@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class WeatherStationAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements WeatherStation
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected String |
data
Nom de l'attribut en BD : data
|
protected RefStationMeteo |
refStationMeteo
Nom de l'attribut en BD : refStationMeteo
|
protected boolean |
validated
Nom de l'attribut en BD : validated
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_COMMENT, PROPERTY_DATA, PROPERTY_REF_STATION_METEO, PROPERTY_VALIDATED| Constructor and Description |
|---|
WeatherStationAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getComment() |
String |
getData() |
RefStationMeteo |
getRefStationMeteo() |
boolean |
isValidated() |
void |
setComment(String comment) |
void |
setData(String data) |
void |
setRefStationMeteo(RefStationMeteo refStationMeteo) |
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 comment
protected String data
protected boolean validated
protected RefStationMeteo refStationMeteo
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 setComment(String comment)
setComment in interface WeatherStationpublic String getComment()
getComment in interface WeatherStationpublic void setData(String data)
setData in interface WeatherStationpublic String getData()
getData in interface WeatherStationpublic void setValidated(boolean validated)
setValidated in interface WeatherStationpublic boolean isValidated()
isValidated in interface WeatherStationpublic void setRefStationMeteo(RefStationMeteo refStationMeteo)
setRefStationMeteo in interface WeatherStationpublic RefStationMeteo getRefStationMeteo()
getRefStationMeteo in interface WeatherStationCopyright © 2013–2015 Inra. All rights reserved.