com.evolveum.midpoint.repo.sql.data.common
Class RAnyContainer

java.lang.Object
  extended by 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

Constructor Summary
RAnyContainer()
           
 
Method Summary
static void copyFromJAXB(ExtensionType jaxb, RAnyContainer repo, PrismContext prismContext)
           
static void copyFromJAXB(ResourceObjectShadowAttributesType jaxb, RAnyContainer repo, PrismContext prismContext)
           
static void copyToJAXB(RAnyContainer repo, ExtensionType jaxb, PrismContext prismContext)
           
static void copyToJAXB(RAnyContainer repo, ResourceObjectShadowAttributesType jaxb, PrismContext prismContext)
           
 boolean equals(Object o)
           
 Set<RAnyClob> getClobs()
           
 Set<RAnyDate> getDates()
           
 Set<RAnyLong> getLongs()
           
 RContainer getOwner()
           
 Long getOwnerId()
           
 String getOwnerOid()
           
 RContainerType getOwnerType()
           
 Set<RAnyReference> getReferences()
           
 Set<RAnyString> getStrings()
           
 int hashCode()
           
 void setClobs(Set<RAnyClob> clobs)
           
 void setDates(Set<RAnyDate> dates)
           
 void setLongs(Set<RAnyLong> longs)
           
 void setOwner(RContainer owner)
           
 void setOwnerId(Long ownerId)
           
 void setOwnerOid(String ownerOid)
           
 void setOwnerType(RContainerType ownerType)
           
 void setReferences(Set<RAnyReference> references)
           
 void setStrings(Set<RAnyString> strings)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RAnyContainer

public RAnyContainer()
Method Detail

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.