org.hibernate.test.annotations.access
Class Chair
java.lang.Object
org.hibernate.test.annotations.access.Thingy
org.hibernate.test.annotations.access.Woody
org.hibernate.test.annotations.access.Furniture
org.hibernate.test.annotations.access.Chair
@Entity
public class Chair
- extends Furniture
| 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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chair
public Chair()
getPillow
public String getPillow()
setPillow
public void setPillow(String pillow)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.