org.hibernate.test.unionsubclass
Class Thing
java.lang.Object
org.hibernate.test.unionsubclass.Thing
public class Thing
- extends Object
Constructor Summary |
Thing()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Thing
public Thing()
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.