org.hibernate.test.unionsubclass
Class Thing

java.lang.Object
  extended by org.hibernate.test.unionsubclass.Thing

public class Thing
extends Object


Constructor Summary
Thing()
           
 
Method Summary
 String getDescription()
           
 long getId()
           
 Being getOwner()
           
 void setDescription(String description)
           
 void setId(long id)
           
 void setOwner(Being owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thing

public Thing()
Method Detail

getDescription

public String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(String description)
Parameters:
description - The description to set.

getId

public long getId()
Returns:
Returns the id.

setId

public void setId(long id)
Parameters:
id - The id to set.

getOwner

public Being getOwner()
Returns:
Returns the owner.

setOwner

public void setOwner(Being owner)
Parameters:
owner - The owner to set.


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