@Entity public class RExclusion extends RContainer implements ROwnable
QUERY_NEXT_ID
Constructor and Description |
---|
RExclusion() |
RExclusion(RObject owner) |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(ExclusionType jaxb,
RExclusion repo,
ObjectType parent,
PrismContext prismContext) |
static void |
copyToJAXB(RExclusion repo,
ExclusionType jaxb,
PrismContext prismContext) |
boolean |
equals(Object o) |
RContainer |
getContainerOwner() |
String |
getDescription() |
RObject |
getOwner() |
Long |
getOwnerId() |
String |
getOwnerOid() |
RExclusionPolicy |
getPolicy() |
REmbeddedReference |
getTargetRef() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setOwner(RObject owner) |
void |
setOwnerId(Long ownerId) |
void |
setOwnerOid(String ownerOid) |
void |
setPolicy(RExclusionPolicy policy) |
void |
setTargetRef(REmbeddedReference targetRef) |
ExclusionType |
toJAXB(PrismContext prismContext) |
public RExclusion()
public RExclusion(RObject owner)
public RObject getOwner()
public Long getOwnerId()
getOwnerId
in interface ROwnable
public String getOwnerOid()
getOwnerOid
in interface ROwnable
public String getDescription()
public RExclusionPolicy getPolicy()
public REmbeddedReference getTargetRef()
public void setDescription(String description)
public void setPolicy(RExclusionPolicy policy)
public void setTargetRef(REmbeddedReference targetRef)
public void setOwner(RObject owner)
public void setOwnerId(Long ownerId)
public void setOwnerOid(String ownerOid)
public RContainer getContainerOwner()
getContainerOwner
in interface ROwnable
RAssignment
method must
return instance of subclass RFocus
public boolean equals(Object o)
equals
in class RContainer
public int hashCode()
hashCode
in class RContainer
public static void copyToJAXB(RExclusion repo, ExclusionType jaxb, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(ExclusionType jaxb, RExclusion repo, ObjectType parent, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public ExclusionType toJAXB(PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.