@Entity(name="GEO_CONTINENT") public class Continent extends Location
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_MAX_LENGTH
Taille max d'un code continent.
|
static String |
ENTITY_NAME |
ATTR_NAME, NAME_MAX_LENGTH, QUERY_FIND_LIKE_NAMEDEFAULT_STRING_LENGTH, ID| Modifier | Constructor and Description |
|---|---|
|
Continent()
Constructeur pour la persistance.
|
protected |
Continent(String code,
String name)
Constructeur par defaut.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode() |
Geoname |
getGeoname() |
int |
hashCode()
Calcul du hashcode sur la clé naturelle.
|
void |
setCode(String code) |
void |
setGeoname(Geoname geoname) |
String |
toString() |
getAltitude, getId, getLatitude, getLongitude, getName, setAltitude, setId, setLatitude, setLongitude, setNamepublic static final String ENTITY_NAME
public static final int CODE_MAX_LENGTH
Copyright © 2012. All Rights Reserved.