org.hibernate.test.annotations.access
Class Bed
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.Bed
- Direct Known Subclasses:
- BigBed
@Entity
public class Bed
- 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 |
Bed()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bed
public Bed()
getQuality
public String getQuality()
setQuality
public void setQuality(String quality)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.