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

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

@Entity
public class Father
extends Object


Constructor Summary
Father()
           
 
Method Summary
 Integer getId()
           
 List<Son> getOrderedSons()
           
 void setId(Integer id)
           
 void setOrderedSons(List<Son> orderedSons)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Father

public Father()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getOrderedSons

public List<Son> getOrderedSons()

setOrderedSons

public void setOrderedSons(List<Son> orderedSons)


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