org.hibernate.test.stats
Class Locality
java.lang.Object
org.hibernate.test.stats.Locality
- Direct Known Subclasses:
- Province, State
public class Locality
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Locality
public Locality()
Locality
public Locality(String name,
Country country)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getCountry
public Country getCountry()
setCountry
public void setCountry(Country country)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.