Class ROExtString
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.any.RAnyBase<T>
-
- com.evolveum.midpoint.repo.sql.data.common.any.ROExtBase<String>
-
- com.evolveum.midpoint.repo.sql.data.common.any.ROExtString
-
- All Implemented Interfaces:
RAnyValue<String>,ROExtValue<String>,EntityState,Serializable
@Entity public class ROExtString extends ROExtBase<String>
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.repo.sql.data.common.any.RAnyValue
F_ITEM_ID, F_VALUE
-
Fields inherited from interface com.evolveum.midpoint.repo.sql.data.common.any.ROExtValue
OWNER
-
-
Constructor Summary
Constructors Constructor Description ROExtString()ROExtString(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ROExtStringIdcreateId()booleanequals(Object o)IntegergetItemId()RObjectgetOwner()StringgetOwnerOid()RObjectExtensionTypegetOwnerType()StringgetValue()inthashCode()voidsetValue(String value)StringtoString()-
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.any.ROExtBase
isTransient, setOwner, setOwnerOid, setOwnerType, setTransient
-
-
-
-
Constructor Detail
-
ROExtString
public ROExtString()
-
ROExtString
public ROExtString(String value)
-
-
Method Detail
-
getOwner
public RObject getOwner()
-
getOwnerOid
public String getOwnerOid()
- Overrides:
getOwnerOidin classROExtBase<String>
-
getOwnerType
public RObjectExtensionType getOwnerType()
- Specified by:
getOwnerTypein interfaceROExtValue<String>- Overrides:
getOwnerTypein classROExtBase<String>
-
getItemId
public Integer getItemId()
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
createId
public ROExtStringId createId()
-
-