Class RObjectReferenceId
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.id.RObjectReferenceId
-
- All Implemented Interfaces:
Serializable
public class RObjectReferenceId extends Object implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RObjectReferenceId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getOwnerOid()
RReferenceType
getReferenceType()
String
getRelation()
String
getTargetOid()
int
hashCode()
void
setOwnerOid(String ownerOid)
void
setReferenceType(RReferenceType referenceType)
void
setRelation(String relation)
void
setTargetOid(String targetOid)
String
toString()
-
-
-
Method Detail
-
getOwnerOid
public String getOwnerOid()
-
setOwnerOid
public void setOwnerOid(String ownerOid)
-
getTargetOid
public String getTargetOid()
-
setTargetOid
public void setTargetOid(String targetOid)
-
getRelation
public String getRelation()
-
setRelation
public void setRelation(String relation)
-
getReferenceType
public RReferenceType getReferenceType()
-
setReferenceType
public void setReferenceType(RReferenceType referenceType)
-
-