org.hibernate.test.annotations.access
Class Chair

java.lang.Object
  extended by org.hibernate.test.annotations.access.Thingy
      extended by org.hibernate.test.annotations.access.Woody
          extended by org.hibernate.test.annotations.access.Furniture
              extended by org.hibernate.test.annotations.access.Chair

@Entity
public class Chair
extends Furniture


Field Summary
 
Fields inherited from class org.hibernate.test.annotations.access.Furniture
weight
 
Fields inherited from class org.hibernate.test.annotations.access.Woody
isAlive
 
Constructor Summary
Chair()
           
 
Method Summary
 String getPillow()
           
 void setPillow(String pillow)
           
 
Methods inherited from class org.hibernate.test.annotations.access.Furniture
getBrand, getId, getWeight, setBrand, setId, setWeight
 
Methods inherited from class org.hibernate.test.annotations.access.Woody
getColor, getName, setColor, setName
 
Methods inherited from class org.hibernate.test.annotations.access.Thingy
getGod, setGod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chair

public Chair()
Method Detail

getPillow

public String getPillow()

setPillow

public void setPillow(String pillow)


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