Package org.n52.series.db.beans.sta
Class GroupEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.sta.GroupEntity
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDescription,HibernateRelations.HasDescriptionTranslation,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasNameTranslation,HibernateRelations.HasParameters,HibernateRelations.HasStaIdentifier,HibernateRelations.HasTranslations,IdentifierNameDescriptionEntity,StaRelations.HasLicense<GroupEntity>,StaRelations.HasParty<GroupEntity>,StaRelations.StaPlusTime<GroupEntity>
public class GroupEntity extends DescribableEntity implements Serializable, HibernateRelations.HasName, HibernateRelations.HasDescription, StaRelations.StaPlusTime<GroupEntity>, StaRelations.HasLicense<GroupEntity>, StaRelations.HasParty<GroupEntity>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.n52.series.db.beans.DescribableEntity
PROPERTY_CODESPACE, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, 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
-
Fields inherited from interface org.n52.series.db.beans.sta.StaRelations.HasLicense
LICENSE, PROPERTY_LICENSE
-
Fields inherited from interface org.n52.series.db.beans.sta.StaRelations.HasParty
PARTY, PROPERTY_PARTY
-
-
Constructor Summary
Constructors Constructor Description GroupEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreationTime()LicenseEntitygetLicense()Set<DataEntity<?>>getObservations()PartyEntitygetParty()StringgetPurpose()Set<RelationEntity>getRelations()DategetRunTimeEnd()DategetRunTimeStart()booleanisSetObservations()booleanisSetPurpose()booleanisSetRelations()GroupEntitysetCreationTime(Date creationTime)GroupEntitysetLicense(LicenseEntity license)voidsetObservations(Set<DataEntity<?>> observations)GroupEntitysetParty(PartyEntity party)GroupEntitysetPurpose(String purpose)voidsetRelations(Set<RelationEntity> relations)GroupEntitysetRunTimeEnd(Date runTimeEnd)GroupEntitysetRunTimeStart(Date runTimeStart)-
Methods inherited from class org.n52.series.db.beans.DescribableEntity
addParameter, addParameters, equals, getDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getStaIdentifier, getTranslations, hashCode, 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
getDescription, isSetDescription, setDescription
-
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
getName, isSetName, setName
-
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.HasStaIdentifier
addFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForSta
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
hasTranslations
-
Methods inherited from interface org.n52.series.db.beans.sta.StaRelations.HasLicense
isSetLicense
-
Methods inherited from interface org.n52.series.db.beans.sta.StaRelations.HasParty
isSetParty
-
Methods inherited from interface org.n52.series.db.beans.sta.StaRelations.StaPlusTime
isSetCreationTime, isSetRunTimeEnd, isSetRunTimeSart
-
-
-
-
Method Detail
-
getPurpose
public String getPurpose()
-
setPurpose
public GroupEntity setPurpose(String purpose)
-
isSetPurpose
public boolean isSetPurpose()
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTimein interfaceStaRelations.StaPlusTime<GroupEntity>
-
setCreationTime
public GroupEntity setCreationTime(Date creationTime)
- Specified by:
setCreationTimein interfaceStaRelations.StaPlusTime<GroupEntity>
-
getRunTimeStart
public Date getRunTimeStart()
- Specified by:
getRunTimeStartin interfaceStaRelations.StaPlusTime<GroupEntity>
-
setRunTimeStart
public GroupEntity setRunTimeStart(Date runTimeStart)
- Specified by:
setRunTimeStartin interfaceStaRelations.StaPlusTime<GroupEntity>
-
getRunTimeEnd
public Date getRunTimeEnd()
- Specified by:
getRunTimeEndin interfaceStaRelations.StaPlusTime<GroupEntity>
-
setRunTimeEnd
public GroupEntity setRunTimeEnd(Date runTimeEnd)
- Specified by:
setRunTimeEndin interfaceStaRelations.StaPlusTime<GroupEntity>
-
getLicense
public LicenseEntity getLicense()
- Specified by:
getLicensein interfaceStaRelations.HasLicense<GroupEntity>
-
setLicense
public GroupEntity setLicense(LicenseEntity license)
- Specified by:
setLicensein interfaceStaRelations.HasLicense<GroupEntity>
-
getParty
public PartyEntity getParty()
- Specified by:
getPartyin interfaceStaRelations.HasParty<GroupEntity>
-
setParty
public GroupEntity setParty(PartyEntity party)
- Specified by:
setPartyin interfaceStaRelations.HasParty<GroupEntity>
-
getObservations
public Set<DataEntity<?>> getObservations()
-
setObservations
public void setObservations(Set<DataEntity<?>> observations)
-
isSetObservations
public boolean isSetObservations()
-
getRelations
public Set<RelationEntity> getRelations()
-
setRelations
public void setRelations(Set<RelationEntity> relations)
-
isSetRelations
public boolean isSetRelations()
-
-