org.hibernate.test.annotations.access
Class Woody

java.lang.Object
  extended by org.hibernate.test.annotations.access.Thingy
      extended by org.hibernate.test.annotations.access.Woody
Direct Known Subclasses:
Furniture, Gardenshed

@MappedSuperclass
public class Woody
extends Thingy


Field Summary
 boolean isAlive
           
 
Constructor Summary
Woody()
           
 
Method Summary
 String getColor()
           
 String getName()
           
 void setColor(String color)
           
 void setName(String name)
           
 
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

isAlive

public boolean isAlive
Constructor Detail

Woody

public Woody()
Method Detail

getColor

public String getColor()

setColor

public void setColor(String color)

getName

public String getName()

setName

public void setName(String name)


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