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

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

@Entity
public class Son
extends Object


Constructor Summary
Son()
           
 
Method Summary
 Father getFather()
           
 Integer getId()
           
 Mother getMother()
           
 void setFather(Father father)
           
 void setId(Integer id)
           
 void setMother(Mother mother)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Son

public Son()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getFather

public Father getFather()

setFather

public void setFather(Father father)

getMother

public Mother getMother()

setMother

public void setMother(Mother mother)


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