org.hibernate.test.annotations.engine.collection
Class Mother

java.lang.Object
  extended by org.hibernate.test.annotations.engine.collection.Mother

@Entity
public class Mother
extends Object


Constructor Summary
Mother()
           
 
Method Summary
 Integer getId()
           
 Set<Son> getSons()
           
 void setId(Integer id)
           
 void setSons(Set<Son> sons)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mother

public Mother()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getSons

public Set<Son> getSons()

setSons

public void setSons(Set<Son> sons)


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