org.hibernate.test.proxy
Class Container
java.lang.Object
org.hibernate.test.proxy.Container
- All Implemented Interfaces:
- Serializable
public class Container
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Container
public Container()
Container
public Container(String name)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getOwner
public Owner getOwner()
setOwner
public void setOwner(Owner owner)
getInfo
public Info getInfo()
setInfo
public void setInfo(Info info)
getDataPoints
public Set getDataPoints()
setDataPoints
public void setDataPoints(Set dataPoints)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.