Class FeatureParameterEntity<T>
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.parameter.ParameterEntity<T>
-
- org.n52.series.db.beans.parameter.feature.FeatureParameterEntity<T>
-
- All Implemented Interfaces:
Serializable,Comparable<ParameterEntity<T>>,HibernateRelations.GetStringValue,HibernateRelations.HasDescription,HibernateRelations.HasId,HibernateRelations.HasName,HibernateRelations.HasValue<T>,ValuedParameter<T>
- Direct Known Subclasses:
FeatureBooleanParameterEntity,FeatureCategoryParameterEntity,FeatureComplexParameterEntity,FeatureCountParameterEntity,FeatureJsonParameterEntity,FeatureQuantityParameterEntity,FeatureTemporalParameterEntity,FeatureTextParameterEntity,FeatureXmlParameterEntity
public abstract class FeatureParameterEntity<T> extends ParameterEntity<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_FEATUREstatic StringPROP_FEATURE_ID-
Fields inherited from class org.n52.series.db.beans.parameter.ParameterEntity
PROPERTY_PARENT
-
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.HasName
NAME, PROPERTY_NAME
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasValue
VALUE
-
-
Constructor Summary
Constructors Constructor Description FeatureParameterEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractFeatureEntitygetFeature()LonggetFeatureId()voidsetDescribeableEntity(DescribableEntity entity)voidsetFeature(AbstractFeatureEntity feature)voidsetFeatureId(Long featureId)-
Methods inherited from class org.n52.series.db.beans.parameter.ParameterEntity
compareTo, equals, getDescription, getDomain, getLastUpdate, getName, getParent, getValue, hashCode, hasParent, isSetDomain, isSetLastUpdate, isSetName, isSetValue, setDescription, setDomain, setLastUpdate, setName, setParent, setValue, toValueMap
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.GetStringValue
getValueAsString
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
isSetDescription
-
-
-
-
Field Detail
-
PROP_FEATURE
public static final String PROP_FEATURE
- See Also:
- Constant Field Values
-
PROP_FEATURE_ID
public static final String PROP_FEATURE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeature
public AbstractFeatureEntity getFeature()
-
setFeature
public void setFeature(AbstractFeatureEntity feature)
-
getFeatureId
public Long getFeatureId()
-
setFeatureId
public void setFeatureId(Long featureId)
-
setDescribeableEntity
public void setDescribeableEntity(DescribableEntity entity)
- Specified by:
setDescribeableEntityin classParameterEntity<T>
-
-