Package org.n52.series.db.beans
Class ProcedureEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.HierarchicalEntity<ProcedureEntity>
-
- org.n52.series.db.beans.ProcedureEntity
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDescription,HibernateRelations.HasGeometry<ProcedureEntity>,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasParameters,HibernateRelations.HasProcedureDescriptionFormat<ProcedureEntity>,HibernateRelations.HasProcedureHistory,HibernateRelations.HasStaIdentifier,HibernateRelations.IsStaEntity,IdentifierNameDescriptionEntity
- Direct Known Subclasses:
SensorEntity
public class ProcedureEntity extends HierarchicalEntity<ProcedureEntity> implements HibernateRelations.HasProcedureHistory, HibernateRelations.HasProcedureDescriptionFormat<ProcedureEntity>, HibernateRelations.HasGeometry<ProcedureEntity>, HibernateRelations.IsStaEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_DESCRIPTION_FILEstatic StringPROPERTY_PROCEDURE_DESCRIPTION_FORMATstatic StringPROPERTY_REFERENCEstatic StringPROPERTY_VALID_PROCEDURE_TIME-
Fields inherited from class org.n52.series.db.beans.HierarchicalEntity
PROPERTY_CHILDREN, PROPERTY_PARENTS
-
Fields inherited from class org.n52.series.db.beans.DescribableEntity
PROPERTY_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_DESCRIPTION, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_NAME, PROPERTY_NAME_CODESPACE, PROPERTY_SERVICE, PROPERTY_STA_IDENTIFIER
-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
Fields inherited from interface org.n52.series.db.beans.Describable
LOCALE_REGEX
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
DESCRIPTION
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasGeometry
GEOMETRY
-
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
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
NAME_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
PARAMETERS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasProcedureDescriptionFormat
PROCEDURE_DESCRIPTION_FORMAT
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasProcedureHistory
VALID_PROCEDURE_TIMES
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
STA_IDENTIFIER
-
-
Constructor Summary
Constructors Constructor Description ProcedureEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescriptionFile()FormatEntitygetFormat()GeometryEntitygetGeometryEntity()Set<ProcedureHistoryEntity>getProcedureHistory()ProcedureEntitygetTypeOf()inthashCode()booleanisAggregation()booleanisDeleted()booleanisReference()booleanisSetDescriptionFile()booleanisSetFormat()booleanisSetTypeOf()booleanisType()voidsetAggregation(boolean isAggregation)voidsetDeleted(boolean deleted)voidsetDescriptionFile(String descriptionFile)ProcedureEntitysetFormat(FormatEntity format)ProcedureEntitysetGeometry(org.locationtech.jts.geom.Geometry geometry)ProcedureEntitysetGeometryEntity(GeometryEntity geometryEntity)voidsetProcedureHistory(Set<ProcedureHistoryEntity> procedureHistory)voidsetReference(boolean reference)voidsetType(boolean isType)voidsetTypeOf(ProcedureEntity typeOf)-
Methods inherited from class org.n52.series.db.beans.HierarchicalEntity
addChild, addParent, getChildren, getParents, hasChildren, hasParents, setChildren, setParents
-
Methods inherited from class org.n52.series.db.beans.DescribableEntity
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, hasTranslations, 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.HasGeometry
getGeometry, isSetGeometry
-
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.HasProcedureHistory
hasProcedureHistory
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
addFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForSta
-
-
-
-
Field Detail
-
PROPERTY_REFERENCE
public static final String PROPERTY_REFERENCE
- See Also:
- Constant Field Values
-
PROPERTY_VALID_PROCEDURE_TIME
public static final String PROPERTY_VALID_PROCEDURE_TIME
- See Also:
- Constant Field Values
-
PROPERTY_PROCEDURE_DESCRIPTION_FORMAT
public static final String PROPERTY_PROCEDURE_DESCRIPTION_FORMAT
- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION_FILE
public static final String PROPERTY_DESCRIPTION_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isReference
public boolean isReference()
-
setReference
public void setReference(boolean reference)
-
getFormat
public FormatEntity getFormat()
- Specified by:
getFormatin interfaceHibernateRelations.HasProcedureDescriptionFormat<ProcedureEntity>
-
setFormat
public ProcedureEntity setFormat(FormatEntity format)
- Specified by:
setFormatin interfaceHibernateRelations.HasProcedureDescriptionFormat<ProcedureEntity>
-
isSetFormat
public boolean isSetFormat()
-
isDeleted
public boolean isDeleted()
-
setDeleted
public void setDeleted(boolean deleted)
-
getDescriptionFile
public String getDescriptionFile()
-
setDescriptionFile
public void setDescriptionFile(String descriptionFile)
-
isSetDescriptionFile
public boolean isSetDescriptionFile()
-
getTypeOf
public ProcedureEntity getTypeOf()
-
setTypeOf
public void setTypeOf(ProcedureEntity typeOf)
-
isSetTypeOf
public boolean isSetTypeOf()
-
isType
public boolean isType()
-
setType
public void setType(boolean isType)
-
isAggregation
public boolean isAggregation()
-
setAggregation
public void setAggregation(boolean isAggregation)
-
getProcedureHistory
public Set<ProcedureHistoryEntity> getProcedureHistory()
- Specified by:
getProcedureHistoryin interfaceHibernateRelations.HasProcedureHistory
-
setProcedureHistory
public void setProcedureHistory(Set<ProcedureHistoryEntity> procedureHistory)
- Specified by:
setProcedureHistoryin interfaceHibernateRelations.HasProcedureHistory
-
getGeometryEntity
public GeometryEntity getGeometryEntity()
- Specified by:
getGeometryEntityin interfaceHibernateRelations.HasGeometry<ProcedureEntity>
-
setGeometry
public ProcedureEntity setGeometry(org.locationtech.jts.geom.Geometry geometry)
- Specified by:
setGeometryin interfaceHibernateRelations.HasGeometry<ProcedureEntity>
-
setGeometryEntity
public ProcedureEntity setGeometryEntity(GeometryEntity geometryEntity)
- Specified by:
setGeometryEntityin interfaceHibernateRelations.HasGeometry<ProcedureEntity>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescribableEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classDescribableEntity
-
-