Class ROExtReferenceId
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.id.ROExtBaseId
-
- com.evolveum.midpoint.repo.sql.data.common.id.ROExtReferenceId
-
- All Implemented Interfaces:
Serializable
public class ROExtReferenceId extends ROExtBaseId
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.repo.sql.data.common.id.ROExtBaseId
itemId, ownerOid, ownerType
-
-
Constructor Summary
Constructors Constructor Description ROExtReferenceId()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ROExtReferenceIdcreateFromValue(ROExtReference value)booleanequals(Object o)IntegergetItemId()StringgetOwnerOid()RObjectExtensionTypegetOwnerType()StringgetValue()inthashCode()voidsetValue(String value)StringtoString()-
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.id.ROExtBaseId
setItemId, setOwnerOid, setOwnerType
-
-
-
-
Method Detail
-
getOwnerOid
public String getOwnerOid()
- Overrides:
getOwnerOidin classROExtBaseId
-
getOwnerType
public RObjectExtensionType getOwnerType()
- Overrides:
getOwnerTypein classROExtBaseId
-
getItemId
public Integer getItemId()
- Overrides:
getItemIdin classROExtBaseId
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classROExtBaseId
-
hashCode
public int hashCode()
- Overrides:
hashCodein classROExtBaseId
-
createFromValue
public static ROExtReferenceId createFromValue(ROExtReference value)
-
-