com.evolveum.midpoint.repo.sql.data.common
Class RAnyContainer
java.lang.Object
com.evolveum.midpoint.repo.sql.data.common.RAnyContainer
- All Implemented Interfaces:
- Serializable
@Entity
public class RAnyContainer
- extends Object
- implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
RAnyContainer
public RAnyContainer()
getOwner
public RContainer getOwner()
getOwnerId
public Long getOwnerId()
getOwnerOid
public String getOwnerOid()
getOwnerType
public RContainerType getOwnerType()
getClobs
public Set<RAnyClob> getClobs()
getLongs
public Set<RAnyLong> getLongs()
getStrings
public Set<RAnyString> getStrings()
getDates
public Set<RAnyDate> getDates()
getReferences
public Set<RAnyReference> getReferences()
setClobs
public void setClobs(Set<RAnyClob> clobs)
setReferences
public void setReferences(Set<RAnyReference> references)
setOwnerType
public void setOwnerType(RContainerType ownerType)
setDates
public void setDates(Set<RAnyDate> dates)
setLongs
public void setLongs(Set<RAnyLong> longs)
setOwnerId
public void setOwnerId(Long ownerId)
setOwnerOid
public void setOwnerOid(String ownerOid)
setStrings
public void setStrings(Set<RAnyString> strings)
setOwner
public void setOwner(RContainer owner)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
copyToJAXB
public static void copyToJAXB(RAnyContainer repo,
ResourceObjectShadowAttributesType jaxb,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
copyToJAXB
public static void copyToJAXB(RAnyContainer repo,
ExtensionType jaxb,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
copyFromJAXB
public static void copyFromJAXB(ResourceObjectShadowAttributesType jaxb,
RAnyContainer repo,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
copyFromJAXB
public static void copyFromJAXB(ExtensionType jaxb,
RAnyContainer repo,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
Copyright © 2013 evolveum. All Rights Reserved.