org.hibernate.test.annotations.access
Class Thingy

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

@MappedSuperclass
public class Thingy
extends Object


Constructor Summary
Thingy()
           
 
Method Summary
 String getGod()
           
 void setGod(String god)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thingy

public Thingy()
Method Detail

getGod

public String getGod()

setGod

public void setGod(String god)


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