org.hibernate.test.annotations.access
Class Gardenshed

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

@Entity
public class Gardenshed
extends Woody

This is the opposite of the Furniture test, as this tries to override the class AccessType("property") with the property AccessType("field").

Since:
2007-05-31

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

floors

public long floors
Constructor Detail

Gardenshed

public Gardenshed()
Method Detail

getBrand

public String getBrand()

setBrand

public void setBrand(String brand)

getId

public Integer getId()

setId

public void setId(Integer id)

getFloors

public long getFloors()

setFloors

public void setFloors(long floors)


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