Interface HiberanteEReportingRelations.HasAssessmentType
-
- All Known Implementing Classes:
EReportingSamplingPointEntity
- Enclosing interface:
- HiberanteEReportingRelations
public static interface HiberanteEReportingRelations.HasAssessmentType
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSESSMENTTYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description EReportingAssessmentTypeEntitygetAssessmentType()default booleanisSetAssessmentType()voidsetAssessmentType(EReportingAssessmentTypeEntity assessmentType)
-
-
-
Field Detail
-
ASSESSMENTTYPE
static final String ASSESSMENTTYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAssessmentType
EReportingAssessmentTypeEntity getAssessmentType()
- Returns:
- the assessmentType
-
setAssessmentType
void setAssessmentType(EReportingAssessmentTypeEntity assessmentType)
- Parameters:
assessmentType- the assessmentType to set
-
isSetAssessmentType
default boolean isSetAssessmentType()
-
-