|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ stats overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.test.stats
Class Locality

java.lang.Objectorg.hibernate.test.stats.Locality
- public class Locality
- extends java.lang.Object
| Field Summary | |
private Country |
country
|
private java.lang.Long |
id
|
private java.lang.String |
name
|
| Constructor Summary | |
Locality()
|
|
Locality(java.lang.String name,
Country country)
|
|
| Method Summary | |
Country |
getCountry()
|
java.lang.Long |
getId()
|
java.lang.String |
getName()
|
void |
setCountry(Country country)
|
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
id
private java.lang.Long id
name
private java.lang.String name
country
private Country country
| Constructor Detail |
Locality
public Locality()
Locality
public Locality(java.lang.String name, Country country)
| Method Detail |
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getCountry
public Country getCountry()
setCountry
public void setCountry(Country country)
|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ stats overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hibernate.test.stats.Locality