org.hibernate.test.unionsubclass
Class Hive

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

public class Hive
extends Object


Constructor Summary
Hive()
           
 
Method Summary
 long getId()
           
 Location getLocation()
           
 List getMembers()
           
 void setId(long id)
           
 void setLocation(Location location)
           
 void setMembers(List hives)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hive

public Hive()
Method Detail

getMembers

public List getMembers()

setMembers

public void setMembers(List hives)

getId

public long getId()

setId

public void setId(long id)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)


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