@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Mon Nov 06 10:24:05 CET 2017") public abstract class GcCacheAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements GcCache
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
archived
Nom de l'attribut en BD : archived
|
protected boolean |
available
Nom de l'attribut en BD : available
|
protected String |
container
Nom de l'attribut en BD : container
|
protected GcCountry |
country
Nom de l'attribut en BD : country
|
protected String |
description
Nom de l'attribut en BD : description
|
protected GcDifficulty |
difficulty
Nom de l'attribut en BD : difficulty
|
protected GcDistrict |
district
Nom de l'attribut en BD : district
|
protected Integer |
elevation
Nom de l'attribut en BD : elevation
|
protected Integer |
favPoints
Nom de l'attribut en BD : favPoints
|
protected Collection<GcCacheAttribute> |
gcCacheAttribute
Nom de l'attribut en BD : gcCacheAttribute
|
protected String |
gcId
Nom de l'attribut en BD : gcId
|
protected String |
gcName
Nom de l'attribut en BD : gcName
|
protected String |
gcType
Nom de l'attribut en BD : gcType
|
protected String |
gcUid
Nom de l'attribut en BD : gcUid
|
protected String |
hint
Nom de l'attribut en BD : hint
|
protected Date |
lastLogsUpdate
Nom de l'attribut en BD : lastLogsUpdate
|
protected Date |
lastUpdate
Nom de l'attribut en BD : lastUpdate
|
protected double |
lat
Nom de l'attribut en BD : lat
|
protected String |
logsJson
Nom de l'attribut en BD : logsJson
|
protected double |
lon
Nom de l'attribut en BD : lon
|
protected String |
longDesc
Nom de l'attribut en BD : longDesc
|
protected boolean |
longDescHtml
Nom de l'attribut en BD : longDescHtml
|
protected Double |
oldLat
Nom de l'attribut en BD : oldLat
|
protected Double |
oldLon
Nom de l'attribut en BD : oldLon
|
protected GcUser |
owner
Nom de l'attribut en BD : owner
|
protected boolean |
premium
Nom de l'attribut en BD : premium
|
protected String |
shortDesc
Nom de l'attribut en BD : shortDesc
|
protected boolean |
shortDescHtml
Nom de l'attribut en BD : shortDescHtml
|
protected GcState |
state
Nom de l'attribut en BD : state
|
protected GcTerrain |
terrain
Nom de l'attribut en BD : terrain
|
protected Date |
time
Nom de l'attribut en BD : time
|
protected String |
url
Nom de l'attribut en BD : url
|
protected String |
urlname
Nom de l'attribut en BD : urlname
|
protected boolean |
userNote
Nom de l'attribut en BD : userNote
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_ARCHIVED, PROPERTY_AVAILABLE, PROPERTY_CONTAINER, PROPERTY_COUNTRY, PROPERTY_DESCRIPTION, PROPERTY_DIFFICULTY, PROPERTY_DISTRICT, PROPERTY_ELEVATION, PROPERTY_FAV_POINTS, PROPERTY_GC_CACHE_ATTRIBUTE, PROPERTY_GC_ID, PROPERTY_GC_NAME, PROPERTY_GC_TYPE, PROPERTY_GC_UID, PROPERTY_HINT, PROPERTY_LAST_LOGS_UPDATE, PROPERTY_LAST_UPDATE, PROPERTY_LAT, PROPERTY_LOGS_JSON, PROPERTY_LON, PROPERTY_LONG_DESC, PROPERTY_LONG_DESC_HTML, PROPERTY_OLD_LAT, PROPERTY_OLD_LON, PROPERTY_OWNER, PROPERTY_PREMIUM, PROPERTY_SHORT_DESC, PROPERTY_SHORT_DESC_HTML, PROPERTY_STATE, PROPERTY_TERRAIN, PROPERTY_TIME, PROPERTY_URL, PROPERTY_URLNAME, PROPERTY_USER_NOTE| Constructor and Description |
|---|
GcCacheAbstract() |
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 gcName
protected String gcId
protected String gcUid
protected double lat
protected double lon
protected Double oldLat
protected Double oldLon
protected Date time
protected String description
protected String url
protected String urlname
protected String gcType
protected boolean available
protected boolean archived
protected Integer favPoints
protected boolean premium
protected boolean userNote
protected String shortDesc
protected String longDesc
protected String hint
protected boolean shortDescHtml
protected boolean longDescHtml
protected String container
protected String logsJson
protected Integer elevation
protected GcUser owner
protected GcCountry country
protected GcState state
protected Collection<GcCacheAttribute> gcCacheAttribute
protected GcTerrain terrain
protected GcDifficulty difficulty
protected GcDistrict district
protected Date lastUpdate
protected Date lastLogsUpdate
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 setDescription(String description)
setDescription in interface GcCachepublic String getDescription()
getDescription in interface GcCachepublic void setUrlname(String urlname)
setUrlname in interface GcCachepublic String getUrlname()
getUrlname in interface GcCachepublic void setAvailable(boolean available)
setAvailable in interface GcCachepublic boolean isAvailable()
isAvailable in interface GcCachepublic void setArchived(boolean archived)
setArchived in interface GcCachepublic boolean isArchived()
isArchived in interface GcCachepublic void setFavPoints(Integer favPoints)
setFavPoints in interface GcCachepublic Integer getFavPoints()
getFavPoints in interface GcCachepublic void setPremium(boolean premium)
setPremium in interface GcCachepublic void setUserNote(boolean userNote)
setUserNote in interface GcCachepublic boolean isUserNote()
isUserNote in interface GcCachepublic void setShortDesc(String shortDesc)
setShortDesc in interface GcCachepublic String getShortDesc()
getShortDesc in interface GcCachepublic void setLongDesc(String longDesc)
setLongDesc in interface GcCachepublic String getLongDesc()
getLongDesc in interface GcCachepublic void setShortDescHtml(boolean shortDescHtml)
setShortDescHtml in interface GcCachepublic boolean isShortDescHtml()
isShortDescHtml in interface GcCachepublic void setLongDescHtml(boolean longDescHtml)
setLongDescHtml in interface GcCachepublic boolean isLongDescHtml()
isLongDescHtml in interface GcCachepublic void setContainer(String container)
setContainer in interface GcCachepublic String getContainer()
getContainer in interface GcCachepublic void setLogsJson(String logsJson)
setLogsJson in interface GcCachepublic String getLogsJson()
getLogsJson in interface GcCachepublic void setElevation(Integer elevation)
setElevation in interface GcCachepublic Integer getElevation()
getElevation in interface GcCachepublic void setCountry(GcCountry country)
setCountry in interface GcCachepublic GcCountry getCountry()
getCountry in interface GcCachepublic void addGcCacheAttribute(GcCacheAttribute gcCacheAttribute)
addGcCacheAttribute in interface GcCachepublic void addAllGcCacheAttribute(Iterable<GcCacheAttribute> gcCacheAttribute)
addAllGcCacheAttribute in interface GcCachepublic void setGcCacheAttribute(Collection<GcCacheAttribute> gcCacheAttribute)
setGcCacheAttribute in interface GcCachepublic void removeGcCacheAttribute(GcCacheAttribute gcCacheAttribute)
removeGcCacheAttribute in interface GcCachepublic void clearGcCacheAttribute()
clearGcCacheAttribute in interface GcCachepublic Collection<GcCacheAttribute> getGcCacheAttribute()
getGcCacheAttribute in interface GcCachepublic GcCacheAttribute getGcCacheAttributeByTopiaId(String topiaId)
getGcCacheAttributeByTopiaId in interface GcCachepublic Collection<String> getGcCacheAttributeTopiaIds()
getGcCacheAttributeTopiaIds in interface GcCachepublic int sizeGcCacheAttribute()
sizeGcCacheAttribute in interface GcCachepublic boolean isGcCacheAttributeEmpty()
isGcCacheAttributeEmpty in interface GcCachepublic boolean isGcCacheAttributeNotEmpty()
isGcCacheAttributeNotEmpty in interface GcCachepublic boolean containsGcCacheAttribute(GcCacheAttribute gcCacheAttribute)
containsGcCacheAttribute in interface GcCachepublic void setTerrain(GcTerrain terrain)
setTerrain in interface GcCachepublic GcTerrain getTerrain()
getTerrain in interface GcCachepublic void setDifficulty(GcDifficulty difficulty)
setDifficulty in interface GcCachepublic GcDifficulty getDifficulty()
getDifficulty in interface GcCachepublic void setDistrict(GcDistrict district)
setDistrict in interface GcCachepublic GcDistrict getDistrict()
getDistrict in interface GcCachepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface GcCachepublic Date getLastUpdate()
getLastUpdate in interface GcCachepublic void setLastLogsUpdate(Date lastLogsUpdate)
setLastLogsUpdate in interface GcCachepublic Date getLastLogsUpdate()
getLastLogsUpdate in interface GcCacheCopyright © 2017 Ultreia.io. All rights reserved.