@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class GeoPointAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements GeoPoint
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
Nom de l'attribut en BD : description
|
protected Domain |
domain
Nom de l'attribut en BD : domain
|
protected double |
latitude
Nom de l'attribut en BD : latitude
|
protected double |
longitude
Nom de l'attribut en BD : longitude
|
protected String |
name
Nom de l'attribut en BD : name
|
protected boolean |
validated
Nom de l'attribut en BD : validated
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_DESCRIPTION, PROPERTY_DOMAIN, PROPERTY_LATITUDE, PROPERTY_LONGITUDE, PROPERTY_NAME, PROPERTY_VALIDATED| Constructor and Description |
|---|
GeoPointAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getDescription() |
Domain |
getDomain() |
double |
getLatitude() |
double |
getLongitude() |
String |
getName() |
boolean |
isValidated() |
void |
setDescription(String description) |
void |
setDomain(Domain domain) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setName(String name) |
void |
setValidated(boolean validated) |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
protected double longitude
protected double latitude
protected String description
protected boolean validated
protected Domain domain
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setLongitude(double longitude)
setLongitude in interface GeoPointpublic double getLongitude()
getLongitude in interface GeoPointpublic void setLatitude(double latitude)
setLatitude in interface GeoPointpublic double getLatitude()
getLatitude in interface GeoPointpublic void setDescription(String description)
setDescription in interface GeoPointpublic String getDescription()
getDescription in interface GeoPointpublic void setValidated(boolean validated)
setValidated in interface GeoPointpublic boolean isValidated()
isValidated in interface GeoPointCopyright © 2013–2015 Inra. All rights reserved.