org.hibernate.test.annotations.strategy
Class Location
java.lang.Object
org.hibernate.test.annotations.strategy.Location
public class Location
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location()
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.