@Entity public abstract class RObject<T extends ObjectType> extends RContainer
QUERY_NEXT_ID
Constructor and Description |
---|
RObject() |
public abstract RPolyString getName()
public abstract void setName(RPolyString name)
public RMetadata getMetadata()
public void setMetadata(RMetadata metadata)
public Set<RObjectReference> getParentOrgRef()
public void setParentOrgRef(Set<RObjectReference> parentOrgRef)
public RAnyContainer getExtension()
public Set<ROrgClosure> getDescendants()
public Set<ROrgClosure> getAncestors()
public void setDescendants(Set<ROrgClosure> descendants)
public void setAncestors(Set<ROrgClosure> ancestors)
public String getDescription()
public void setDescription(String description)
public void setExtension(RAnyContainer extension)
public long getVersion()
public void setVersion(long version)
public boolean equals(Object o)
equals
in class RContainer
public int hashCode()
hashCode
in class RContainer
public static <T extends ObjectType> void copyToJAXB(RObject<T> repo, ObjectType jaxb, PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
DtoTranslationException
public static <T extends ObjectType> void copyFromJAXB(ObjectType jaxb, RObject<T> repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public abstract T toJAXB(PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.