Package org.n52.series.db.beans.feature
Class SpecimenEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.HierarchicalEntity<E>
-
- org.n52.series.db.beans.AbstractFeatureEntity<FeatureEntity>
-
- org.n52.series.db.beans.FeatureEntity
-
- org.n52.series.db.beans.feature.SpecimenEntity
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDatasets,HibernateRelations.HasDescription,HibernateRelations.HasDescriptionTranslation,HibernateRelations.HasGeometry,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasNameTranslation,HibernateRelations.HasParameters,HibernateRelations.HasStaIdentifier,HibernateRelations.HasTranslations,HibernateRelations.HasXml,HibernateRelations.IsStaEntity,IdentifierNameDescriptionEntity
public class SpecimenEntity extends FeatureEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.n52.series.db.beans.AbstractFeatureEntity
PROPERTY_FEATURE_TYPE, PROPERTY_GEOMETRY, PROPERTY_GEOMETRY_ENTITY, PROPERTY_GEOMETRY_ENTITY_GEOMETRY, PROPERTY_GEOMETRY_ENTITY_LAT, PROPERTY_GEOMETRY_ENTITY_LON
-
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_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.HasDatasets
DATASETS, PROPERTY_DATASETS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
DESCRIPTION, PROPERTY_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, 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.HibernateRelations.HasXml
XML
-
-
Constructor Summary
Constructors Constructor Description SpecimenEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCurrentLocation()StringgetMaterialClass()StringgetSamplingMethod()DategetSamplingTimeEnd()DategetSamplingTimeStart()DoublegetSize()UnitEntitygetSizeUnit()StringgetSpecimenType()inthashCode()booleanisSetCurrentLocation()booleanisSetSamplingMethod()booleanisSetSize()booleanisSetSizeUnit()booleanisSetSpecimenType()voidsetCurrentLocation(String currentLocation)voidsetMaterialClass(String materialClass)voidsetSamplingMethod(String samplingMethod)voidsetSamplingTimeEnd(Date samplingTimeEnd)voidsetSamplingTimeStart(Date samplingTimeStart)voidsetSize(Double size)voidsetSizeUnit(UnitEntity sizeUnit)voidsetSpecimenType(String specimenType)-
Methods inherited from class org.n52.series.db.beans.AbstractFeatureEntity
getDatasets, getFeatureType, getGeometryEntity, getUrl, getXml, isSetFeatureType, isSetUrl, setDatasets, setFeatureType, setGeometry, setGeometryEntity, setUrl, setXml
-
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
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.HasDatasets
hasDatasets
-
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.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.HibernateRelations.HasXml
isSetXml
-
-
-
-
Method Detail
-
getMaterialClass
public String getMaterialClass()
- Returns:
- the materialClass
-
setMaterialClass
public void setMaterialClass(String materialClass)
- Parameters:
materialClass- the materialClass to set
-
getSamplingTimeStart
public Date getSamplingTimeStart()
- Returns:
- the samplingTimeStart
-
setSamplingTimeStart
public void setSamplingTimeStart(Date samplingTimeStart)
- Parameters:
samplingTimeStart- the samplingTimeStart to set
-
getSamplingTimeEnd
public Date getSamplingTimeEnd()
- Returns:
- the samplingTimeEnd
-
setSamplingTimeEnd
public void setSamplingTimeEnd(Date samplingTimeEnd)
- Parameters:
samplingTimeEnd- the samplingTimeEnd to set
-
getSamplingMethod
public String getSamplingMethod()
- Returns:
- the samplingMethod
-
setSamplingMethod
public void setSamplingMethod(String samplingMethod)
- Parameters:
samplingMethod- the samplingMethod to set
-
isSetSamplingMethod
public boolean isSetSamplingMethod()
-
getSize
public Double getSize()
- Returns:
- the size
-
setSize
public void setSize(Double size)
- Parameters:
size- the size to set
-
isSetSize
public boolean isSetSize()
-
getSizeUnit
public UnitEntity getSizeUnit()
-
setSizeUnit
public void setSizeUnit(UnitEntity sizeUnit)
-
isSetSizeUnit
public boolean isSetSizeUnit()
-
getCurrentLocation
public String getCurrentLocation()
- Returns:
- the currentLocation
-
setCurrentLocation
public void setCurrentLocation(String currentLocation)
- Parameters:
currentLocation- the currentLocation to set
-
isSetCurrentLocation
public boolean isSetCurrentLocation()
-
getSpecimenType
public String getSpecimenType()
- Returns:
- the specimenType
-
setSpecimenType
public void setSpecimenType(String specimenType)
- Parameters:
specimenType- the specimenType to set
-
isSetSpecimenType
public boolean isSetSpecimenType()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescribableEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classDescribableEntity
-
-