Package org.n52.series.db.beans
Interface HibernateRelations.HasProcedureHistory
-
- All Known Implementing Classes:
ProcedureEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasProcedureHistory
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALID_PROCEDURE_TIMES
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Set<ProcedureHistoryEntity>getProcedureHistory()default booleanhasProcedureHistory()voidsetProcedureHistory(Set<ProcedureHistoryEntity> procedureHistory)
-
-
-
Field Detail
-
VALID_PROCEDURE_TIMES
static final String VALID_PROCEDURE_TIMES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProcedureHistory
Set<ProcedureHistoryEntity> getProcedureHistory()
-
setProcedureHistory
void setProcedureHistory(Set<ProcedureHistoryEntity> procedureHistory)
-
hasProcedureHistory
default boolean hasProcedureHistory()
-
-