org.hibernate.ejb.test.emops
Class Empire
java.lang.Object
org.hibernate.ejb.test.emops.Empire
@Entity
public class Empire
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Empire
public Empire()
getId
public Long getId()
setId
public void setId(Long id)
getColonies
public Set<Colony> getColonies()
setColonies
public void setColonies(Set<Colony> colonies)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.