org.hibernate.test.annotations.access
Class Furniture
java.lang.Object
   org.hibernate.test.annotations.access.Thingy
org.hibernate.test.annotations.access.Thingy
       org.hibernate.test.annotations.access.Woody
org.hibernate.test.annotations.access.Woody
           org.hibernate.test.annotations.access.Furniture
org.hibernate.test.annotations.access.Furniture
- Direct Known Subclasses: 
- Bed, Chair, Closet
- @Entity
public class Furniture 
- extends Woody
 
| Fields inherited from class org.hibernate.test.annotations.access.Woody | 
| isAlive | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
weight
public long weight
Furniture
public Furniture()
getBrand
public String getBrand()
- 
 
setBrand
public void setBrand(String brand)
- 
 
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getWeight
public long getWeight()
- 
 
setWeight
public void setWeight(long weight)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.