org.hibernate.test.unionsubclass
Class Being
java.lang.Object
org.hibernate.test.unionsubclass.Being
- Direct Known Subclasses:
- Alien, Human
public abstract class Being
- extends Object
Constructor Summary |
Being()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Being
public Being()
getId
public long getId()
- Returns:
- Returns the id.
setId
public void setId(long id)
- Parameters:
id
- The id to set.
getIdentity
public String getIdentity()
- Returns:
- Returns the identity.
setIdentity
public void setIdentity(String identity)
- Parameters:
identity
- The identity to set.
getLocation
public Location getLocation()
- Returns:
- Returns the location.
setLocation
public void setLocation(Location location)
- Parameters:
location
- The location to set.
getSpecies
public String getSpecies()
getThings
public List getThings()
setThings
public void setThings(List things)
getInfo
public Map getInfo()
setInfo
public void setInfo(Map info)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.