@Embeddable public class REmbeddedReference extends Object implements ObjectReference
F_RELATION_LOCAL_PART, F_RELATION_NAMESPACE, F_TARGET_OID, F_TYPE
Constructor and Description |
---|
REmbeddedReference() |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(ObjectReferenceType jaxb,
REmbeddedReference repo,
PrismContext prismContext) |
static void |
copyToJAXB(REmbeddedReference repo,
ObjectReferenceType jaxb,
PrismContext prismContext) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getFilter() |
String |
getRelationLocalPart() |
String |
getRelationNamespace() |
String |
getTargetOid() |
RContainerType |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFilter(String filter) |
void |
setRelationLocalPart(String relationLocalPart) |
void |
setRelationNamespace(String relationNamespace) |
void |
setTargetOid(String targetOid) |
void |
setType(RContainerType type) |
ObjectReferenceType |
toJAXB(PrismContext prismContext) |
String |
toString() |
public String getRelationLocalPart()
getRelationLocalPart
in interface ObjectReference
public String getRelationNamespace()
getRelationNamespace
in interface ObjectReference
public String getTargetOid()
getTargetOid
in interface ObjectReference
public String getDescription()
getDescription
in interface ObjectReference
public RContainerType getType()
getType
in interface ObjectReference
public String getFilter()
getFilter
in interface ObjectReference
public void setRelationLocalPart(String relationLocalPart)
public void setRelationNamespace(String relationNamespace)
public void setDescription(String description)
public void setFilter(String filter)
public void setTargetOid(String targetOid)
public void setType(RContainerType type)
public static void copyToJAXB(REmbeddedReference repo, ObjectReferenceType jaxb, PrismContext prismContext)
public static void copyFromJAXB(ObjectReferenceType jaxb, REmbeddedReference repo, PrismContext prismContext)
public ObjectReferenceType toJAXB(PrismContext prismContext)
Copyright © 2013 evolveum. All rights reserved.