Class GroupParameterEntity<T>
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.parameter.ParameterEntity<T>
-
- org.n52.series.db.beans.parameter.group.GroupParameterEntity<T>
-
- All Implemented Interfaces:
Serializable,Comparable<ParameterEntity<T>>,HibernateRelations.GetStringValue,HibernateRelations.HasDescription,HibernateRelations.HasId,HibernateRelations.HasName,HibernateRelations.HasValue<T>,ValuedParameter<T>
- Direct Known Subclasses:
GroupBooleanParameterEntity,GroupCategoryParameterEntity,GroupComplexParameterEntity,GroupCountParameterEntity,GroupJsonParameterEntity,GroupQuantityParameterEntity,GroupTemporalParameterEntity,GroupTextParameterEntity,GroupXmlParameterEntity
public abstract class GroupParameterEntity<T> extends ParameterEntity<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_GROUPstatic StringPROP_GROUP_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 GroupParameterEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupEntitygetGroup()LonggetGroupId()voidsetDescribeableEntity(DescribableEntity entity)voidsetGroup(GroupEntity group)voidsetGroupId(Long groupId)-
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_GROUP
public static final String PROP_GROUP
- See Also:
- Constant Field Values
-
PROP_GROUP_ID
public static final String PROP_GROUP_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGroup
public GroupEntity getGroup()
-
setGroup
public void setGroup(GroupEntity group)
-
getGroupId
public Long getGroupId()
-
setGroupId
public void setGroupId(Long groupId)
-
setDescribeableEntity
public void setDescribeableEntity(DescribableEntity entity)
- Specified by:
setDescribeableEntityin classParameterEntity<T>
-
-