@Entity public class RAnyContainer extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
OWNER_TYPE |
Constructor and Description |
---|
RAnyContainer() |
public static final String OWNER_TYPE
public RContainer getOwner()
public Long getOwnerId()
public String getOwnerOid()
public RContainerType getOwnerType()
public Set<RAnyString> getStrings()
public Set<RAnyReference> getReferences()
public Set<RAnyPolyString> getPolys()
public void setPolys(Set<RAnyPolyString> polys)
public void setReferences(Set<RAnyReference> references)
public void setOwnerType(RContainerType ownerType)
public void setOwnerId(Long ownerId)
public void setOwnerOid(String ownerOid)
public void setStrings(Set<RAnyString> strings)
public void setOwner(RContainer owner)
public static void copyToJAXB(RAnyContainer repo, ShadowAttributesType jaxb, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyToJAXB(RAnyContainer repo, ExtensionType jaxb, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(ShadowAttributesType jaxb, RAnyContainer repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(ExtensionType jaxb, RAnyContainer repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.