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.ROExtBaseIditemId, ownerOid, ownerType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ROExtReferenceId()
 - 
Method SummaryAll 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.ROExtBaseIdsetItemId, setOwnerOid, setOwnerType
 
- 
 
- 
- 
- 
Method Detail- 
getOwnerOidpublic String getOwnerOid() - Overrides:
- getOwnerOidin class- ROExtBaseId
 
 - 
getOwnerTypepublic RObjectExtensionType getOwnerType() - Overrides:
- getOwnerTypein class- ROExtBaseId
 
 - 
getItemIdpublic Integer getItemId() - Overrides:
- getItemIdin class- ROExtBaseId
 
 - 
getValuepublic String getValue() 
 - 
setValuepublic void setValue(String value) 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- ROExtBaseId
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ROExtBaseId
 
 - 
createFromValuepublic static ROExtReferenceId createFromValue(ROExtReference value) 
 
- 
 
-