org.hibernate.test.stateless
Class Org

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

public class Org
extends Object


Constructor Summary
Org()
           
 
Method Summary
 Country getCountry()
           
 Integer getId()
           
 void setCountry(Country country)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Org

public Org()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getCountry

public Country getCountry()

setCountry

public void setCountry(Country country)


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