Package org.n52.series.db.beans.sta
Class HistoricalLocationEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.sta.HistoricalLocationEntity
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDescription,HibernateRelations.HasDescriptionTranslation,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasNameTranslation,HibernateRelations.HasParameters,HibernateRelations.HasPlatform,HibernateRelations.HasStaIdentifier,HibernateRelations.HasThing,HibernateRelations.HasTranslations,HibernateRelations.IsProcessed,IdentifierNameDescriptionEntity,StaRelations.HasLocations
public class HistoricalLocationEntity extends DescribableEntity implements Serializable, StaRelations.HasLocations, HibernateRelations.IsProcessed, HibernateRelations.HasThing
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_IDENTIFIERstatic StringPROPERTY_LOCATIONSstatic StringPROPERTY_PLATFORMstatic StringPROPERTY_THINGstatic StringPROPERTY_TIME-
Fields inherited from class org.n52.series.db.beans.DescribableEntity
PROPERTY_CODESPACE, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_SERVICE, PROPERTY_SERVICE_ID, PROPERTY_STA_IDENTIFIER
-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
DESCRIPTION, PROPERTY_DESCRIPTION
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifier
IDENTIFIER
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifierCodespace
IDENTIFIER_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
NAME, PROPERTY_NAME
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
NAME_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_NAME_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
PARAMETERS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
STA_IDENTIFIER
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
LOCALE_REGEX, PROPERTY_TRANSLATIONS, TRANSLATIONS
-
-
Constructor Summary
Constructors Constructor Description HistoricalLocationEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<LocationEntity>getLocations()PlatformEntitygetPlatform()DategetTime()inthashCode()booleanisProcessed()voidsetLocations(Set<LocationEntity> locationEntities)voidsetPlatform(PlatformEntity platformEntity)voidsetProcessed(boolean processed)HistoricalLocationEntitysetTime(Date time)-
Methods inherited from class org.n52.series.db.beans.DescribableEntity
addParameter, addParameters, getDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getStaIdentifier, getTranslations, setDescription, setIdentifier, setIdentifierCodespace, setName, setNameCodespace, setParameters, setService, setStaIdentifier, setTranslations, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.series.db.beans.Describable
getCountryCode, getDescriptionI18n, getLabelFrom, getMappedParameters, getMatchingLocale, getNameI18n, getTranslation, hasService, isDomainAvailable, isi18nNameAvailable, isNameAvailable, noTranslationAvailable
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
isSetDescription
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasId
getId, setId
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifier
getDomain, isSetDomain, isSetIdentifier, setDomain, setIdentifier
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifierCodespace
isSetIdentifierCodespace
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
isSetName
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
isSetNameCodespace
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
hasParameters
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasPlatform
hasPlatform
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
addFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForSta
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasThing
getThing, hasThing, setThing
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
hasTranslations
-
Methods inherited from interface org.n52.series.db.beans.sta.StaRelations.HasLocations
addLocationEntity, hasLocationEntities
-
-
-
-
Field Detail
-
PROPERTY_IDENTIFIER
public static final String PROPERTY_IDENTIFIER
- See Also:
- Constant Field Values
-
PROPERTY_TIME
public static final String PROPERTY_TIME
- See Also:
- Constant Field Values
-
PROPERTY_LOCATIONS
public static final String PROPERTY_LOCATIONS
- See Also:
- Constant Field Values
-
PROPERTY_PLATFORM
public static final String PROPERTY_PLATFORM
- See Also:
- Constant Field Values
-
PROPERTY_THING
public static final String PROPERTY_THING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTime
public Date getTime()
-
setTime
public HistoricalLocationEntity setTime(Date time)
-
getLocations
public Set<LocationEntity> getLocations()
- Specified by:
getLocationsin interfaceStaRelations.HasLocations
-
setLocations
public void setLocations(Set<LocationEntity> locationEntities)
- Specified by:
setLocationsin interfaceStaRelations.HasLocations
-
getPlatform
public PlatformEntity getPlatform()
- Specified by:
getPlatformin interfaceHibernateRelations.HasPlatform
-
setPlatform
public void setPlatform(PlatformEntity platformEntity)
- Specified by:
setPlatformin interfaceHibernateRelations.HasPlatform
-
isProcessed
public boolean isProcessed()
- Specified by:
isProcessedin interfaceHibernateRelations.IsProcessed
-
setProcessed
public void setProcessed(boolean processed)
- Specified by:
setProcessedin interfaceHibernateRelations.IsProcessed
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescribableEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classDescribableEntity
-
-