org.hibernate.test.annotations.access
Class BigBed

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
                  extended by org.hibernate.test.annotations.access.BigBed

@Entity
public class BigBed
extends Bed


Field Summary
 int size
           
 
Fields inherited from class org.hibernate.test.annotations.access.Furniture
weight
 
Fields inherited from class org.hibernate.test.annotations.access.Woody
isAlive
 
Constructor Summary
BigBed()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.access.Bed
getQuality, setQuality
 
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
 

Field Detail

size

public int size
Constructor Detail

BigBed

public BigBed()


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