Class PartyComplexParameterEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.parameter.ParameterEntity<T>
-
- org.n52.series.db.beans.parameter.party.PartyParameterEntity<Set<PartyParameterEntity<?>>>
-
- org.n52.series.db.beans.parameter.party.PartyComplexParameterEntity
-
- All Implemented Interfaces:
Serializable,Comparable<ParameterEntity<Set<PartyParameterEntity<?>>>>,HibernateRelations.GetStringValue,HibernateRelations.HasDescription,HibernateRelations.HasId,HibernateRelations.HasName,HibernateRelations.HasValue<Set<PartyParameterEntity<?>>>,ComplexParameterEntity<Set<PartyParameterEntity<?>>>,ValuedParameter<Set<PartyParameterEntity<?>>>
public class PartyComplexParameterEntity extends PartyParameterEntity<Set<PartyParameterEntity<?>>> implements ComplexParameterEntity<Set<PartyParameterEntity<?>>>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.n52.series.db.beans.parameter.party.PartyParameterEntity
PROP_GROUP, PROP_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 PartyComplexParameterEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<PartyParameterEntity<?>>getValue()StringgetValueAsString()voidsetValue(Set<PartyParameterEntity<?>> value)-
Methods inherited from class org.n52.series.db.beans.parameter.party.PartyParameterEntity
getParty, getPartyId, setDescribeableEntity, setParty, setPartyId
-
Methods inherited from class org.n52.series.db.beans.parameter.ParameterEntity
compareTo, equals, getDescription, getDomain, getLastUpdate, getName, getParent, hashCode, hasParent, isSetDomain, isSetLastUpdate, isSetName, isSetValue, setDescription, setDomain, setLastUpdate, setName, setParent, 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
isSetValue
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
getDescription, isSetDescription, setDescription
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
getName, isSetName, setName
-
-
-
-
Method Detail
-
getValue
public Set<PartyParameterEntity<?>> getValue()
- Specified by:
getValuein interfaceHibernateRelations.HasValue<Set<PartyParameterEntity<?>>>- Overrides:
getValuein classParameterEntity<Set<PartyParameterEntity<?>>>
-
setValue
public void setValue(Set<PartyParameterEntity<?>> value)
- Specified by:
setValuein interfaceHibernateRelations.HasValue<Set<PartyParameterEntity<?>>>- Overrides:
setValuein classParameterEntity<Set<PartyParameterEntity<?>>>
-
getValueAsString
public String getValueAsString()
- Specified by:
getValueAsStringin interfaceHibernateRelations.GetStringValue
-
-