Package org.n52.series.db.beans
Interface HibernateRelations.HasObservation
-
- Enclosing interface:
- HibernateRelations
@Deprecated public static interface HibernateRelations.HasObservation
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOBSERVATIONDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DataEntity<?>getObservation()Deprecated.voidsetObservation(DataEntity<?> observation)Deprecated.
-
-
-
Field Detail
-
OBSERVATION
static final String OBSERVATION
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getObservation
DataEntity<?> getObservation()
Deprecated.
-
setObservation
void setObservation(DataEntity<?> observation)
Deprecated.
-
-