org.hibernate.test.annotations.strategy
Class Location

java.lang.Object
  extended by org.hibernate.test.annotations.strategy.Location

public class Location
extends Object


Constructor Summary
Location()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()
Method Detail

getCity

public String getCity()

setCity

public void setCity(String city)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)


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