org.hibernate.test.annotations.access
Class Closet

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.Closet

@Embeddable
public class Closet
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
Closet()
           
 
Method Summary
 
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

Closet

public Closet()


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