org.hibernate.test.annotations.access
Class Bed

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.Bed
Direct Known Subclasses:
BigBed

@Entity
public class Bed
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
Bed()
           
 
Method Summary
 String getQuality()
           
 void setQuality(String quality)
           
 
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

Bed

public Bed()
Method Detail

getQuality

public String getQuality()

setQuality

public void setQuality(String quality)


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