org.hibernate.test.annotations.inheritance.joined
Class Pool
java.lang.Object
   org.hibernate.test.annotations.inheritance.joined.Pool
org.hibernate.test.annotations.inheritance.joined.Pool
- Direct Known Subclasses: 
- SwimmingPool
- @Entity
public class Pool 
- extends Object
| Constructor Summary | 
| Pool()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Pool
public Pool()
getAddress
public PoolAddress getAddress()
- 
 
setAddress
public void setAddress(PoolAddress address)
- 
 
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.