org.hibernate.test.annotations.access
Class Furniture

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
Direct Known Subclasses:
Bed, Chair, Closet

@Entity
public class Furniture
extends Woody


Field Summary
 long weight
           
 
Fields inherited from class org.hibernate.test.annotations.access.Woody
isAlive
 
Constructor Summary
Furniture()
           
 
Method Summary
 String getBrand()
           
 Integer getId()
           
 long getWeight()
           
 void setBrand(String brand)
           
 void setId(Integer id)
           
 void setWeight(long weight)
           
 
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

weight

public long weight
Constructor Detail

Furniture

public Furniture()
Method Detail

getBrand

public String getBrand()

setBrand

public void setBrand(String brand)

getId

public Integer getId()

setId

public void setId(Integer id)

getWeight

public long getWeight()

setWeight

public void setWeight(long weight)


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