Package org.n52.series.db.beans
Interface HibernateRelations.HasFeatureType
-
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasFeatureType
-
-
Field Summary
Fields Modifier and Type Field Description static StringFEATURE_OF_INTEREST_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatEntitygetFeatureType()voidsetFeatureType(FormatEntity featureOfInterestType)
-
-
-
Field Detail
-
FEATURE_OF_INTEREST_TYPE
static final String FEATURE_OF_INTEREST_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeatureType
FormatEntity getFeatureType()
-
setFeatureType
void setFeatureType(FormatEntity featureOfInterestType)
-
-