Package org.n52.series.db.beans
Class ResultTemplateEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.ResultTemplateEntity
-
- All Implemented Interfaces:
Serializable,HibernateRelations.HasId,HibernateRelations.HasResultEncoding,HibernateRelations.HasResultStructure
public class ResultTemplateEntity extends IdEntity implements Serializable, HibernateRelations.HasResultStructure, HibernateRelations.HasResultEncoding
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CATEGORYstatic StringPROPERTY_FEATUREstatic StringPROPERTY_IDENTIFIERstatic StringPROPERTY_OFFERINGstatic StringPROPERTY_PHENOMENONstatic StringPROPERTY_PROCEDURE-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasResultEncoding
RESULT_ENCODING
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasResultStructure
RESULT_STRUCTURE
-
-
Constructor Summary
Constructors Constructor Description ResultTemplateEntity()
-
Method Summary
-
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.HasResultEncoding
isSetEncoding
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasResultStructure
isSetStructure
-
-
-
-
Field Detail
-
PROPERTY_OFFERING
public static final String PROPERTY_OFFERING
- See Also:
- Constant Field Values
-
PROPERTY_PHENOMENON
public static final String PROPERTY_PHENOMENON
- See Also:
- Constant Field Values
-
PROPERTY_IDENTIFIER
public static final String PROPERTY_IDENTIFIER
- See Also:
- Constant Field Values
-
PROPERTY_FEATURE
public static final String PROPERTY_FEATURE
- See Also:
- Constant Field Values
-
PROPERTY_PROCEDURE
public static final String PROPERTY_PROCEDURE
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY
public static final String PROPERTY_CATEGORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDomain
public String getDomain()
-
setDomain
public void setDomain(String domain)
-
getPhenomenon
public PhenomenonEntity getPhenomenon()
- Returns:
- the phenomenon
-
setPhenomenon
public void setPhenomenon(PhenomenonEntity phenomenon)
- Parameters:
phenomenon- the phenomenon to set
-
getOffering
public OfferingEntity getOffering()
- Returns:
- the offering
-
setOffering
public void setOffering(OfferingEntity offering)
- Parameters:
offering- the offering to set
-
getProcedure
public ProcedureEntity getProcedure()
- Returns:
- the procedure
-
setProcedure
public void setProcedure(ProcedureEntity procedure)
- Parameters:
procedure- the procedure to set
-
getFeature
public AbstractFeatureEntity<?> getFeature()
- Returns:
- the featureOfInterest
-
setFeature
public void setFeature(AbstractFeatureEntity<?> featureOfInterest)
- Parameters:
featureOfInterest- the featureOfInterest to set
-
getCategory
public CategoryEntity getCategory()
-
setCategory
public void setCategory(CategoryEntity category)
-
isSetCategory
public boolean isSetCategory()
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
isSetIdentifier
public boolean isSetIdentifier()
-
getStructure
public String getStructure()
- Specified by:
getStructurein interfaceHibernateRelations.HasResultStructure
-
setStructure
public void setStructure(String resultStructure)
- Specified by:
setStructurein interfaceHibernateRelations.HasResultStructure
-
getEncoding
public String getEncoding()
- Specified by:
getEncodingin interfaceHibernateRelations.HasResultEncoding
-
setEncoding
public void setEncoding(String resultEncoding)
- Specified by:
setEncodingin interfaceHibernateRelations.HasResultEncoding
-
getObservationStructure
public String getObservationStructure()
-
isSetObservationStructure
public boolean isSetObservationStructure()
-
setObservationStructure
public void setObservationStructure(String observationStructure)
-
getObservationEncoding
public String getObservationEncoding()
-
setObservationEncoding
public void setObservationEncoding(String observationsEncoding)
-
isSetObservationEncoding
public boolean isSetObservationEncoding()
-
isSetProcedure
public boolean isSetProcedure()
-
isSetFeature
public boolean isSetFeature()
-
-