org.hibernate.test.stateless
Class Contact

java.lang.Object
  extended by org.hibernate.test.stateless.Contact

public class Contact
extends Object


Constructor Summary
Contact()
           
 
Method Summary
 Integer getId()
           
 Org getOrg()
           
 void setId(Integer id)
           
 void setOrg(Org org)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getOrg

public Org getOrg()

setOrg

public void setOrg(Org org)


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