public class RCObjectReferenceId extends Object implements Serializable
Constructor and Description |
---|
RCObjectReferenceId() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Short |
getOwnerId() |
String |
getOwnerOid() |
String |
getRelation() |
String |
getTargetOid() |
int |
hashCode() |
void |
setOwnerId(Short ownerId) |
void |
setOwnerOid(String ownerOid) |
void |
setRelation(String relation) |
void |
setTargetOid(String targetOid) |
String |
toString() |
public String getOwnerOid()
public void setOwnerOid(String ownerOid)
public Short getOwnerId()
public void setOwnerId(Short ownerId)
public String getTargetOid()
public void setTargetOid(String targetOid)
public String getRelation()
public void setRelation(String relation)
Copyright © 2015 evolveum. All rights reserved.