org.hibernate.test.unionsubclass
Class Being

java.lang.Object
  extended by org.hibernate.test.unionsubclass.Being
Direct Known Subclasses:
Alien, Human

public abstract class Being
extends Object


Constructor Summary
Being()
           
 
Method Summary
 long getId()
           
 String getIdentity()
           
 Map getInfo()
           
 Location getLocation()
           
 String getSpecies()
           
 List getThings()
           
 void setId(long id)
           
 void setIdentity(String identity)
           
 void setInfo(Map info)
           
 void setLocation(Location location)
           
 void setThings(List things)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Being

public Being()
Method Detail

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.