org.hibernate.test.readonly
Class Container

java.lang.Object
  extended by org.hibernate.test.readonly.Container
All Implemented Interfaces:
Serializable

public class Container
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Container()
           
Container(String name)
           
 
Method Summary
 Long getId()
           
 Set getLazyDataPoints()
           
 String getName()
           
 Info getNonLazyInfo()
           
 Set getNonLazyJoinDataPoints()
           
 Owner getNonLazyOwner()
           
 Set getNonLazySelectDataPoints()
           
 Info getNoProxyInfo()
           
 Owner getNoProxyOwner()
           
 Info getProxyInfo()
           
 Owner getProxyOwner()
           
 void setId(Long id)
           
 void setLazyDataPoints(Set lazyDataPoints)
           
 void setName(String name)
           
 void setNonLazyInfo(Info nonLazyInfo)
           
 void setNonLazyJoinDataPoints(Set nonLazyJoinDataPoints)
           
 void setNonLazyOwner(Owner nonLazyOwner)
           
 void setNonLazySelectDataPoints(Set nonLazySelectDataPoints)
           
 void setNoProxyInfo(Info noProxyInfo)
           
 void setNoProxyOwner(Owner noProxyOwner)
           
 void setProxyInfo(Info proxyInfo)
           
 void setProxyOwner(Owner proxyOwner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Container

public Container()

Container

public Container(String name)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getNoProxyOwner

public Owner getNoProxyOwner()

setNoProxyOwner

public void setNoProxyOwner(Owner noProxyOwner)

getProxyOwner

public Owner getProxyOwner()

setProxyOwner

public void setProxyOwner(Owner proxyOwner)

getNonLazyOwner

public Owner getNonLazyOwner()

setNonLazyOwner

public void setNonLazyOwner(Owner nonLazyOwner)

getNoProxyInfo

public Info getNoProxyInfo()

setNoProxyInfo

public void setNoProxyInfo(Info noProxyInfo)

getProxyInfo

public Info getProxyInfo()

setProxyInfo

public void setProxyInfo(Info proxyInfo)

getNonLazyInfo

public Info getNonLazyInfo()

setNonLazyInfo

public void setNonLazyInfo(Info nonLazyInfo)

getLazyDataPoints

public Set getLazyDataPoints()

setLazyDataPoints

public void setLazyDataPoints(Set lazyDataPoints)

getNonLazyJoinDataPoints

public Set getNonLazyJoinDataPoints()

setNonLazyJoinDataPoints

public void setNonLazyJoinDataPoints(Set nonLazyJoinDataPoints)

getNonLazySelectDataPoints

public Set getNonLazySelectDataPoints()

setNonLazySelectDataPoints

public void setNonLazySelectDataPoints(Set nonLazySelectDataPoints)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.