Interface HiberanteEReportingRelations.HasValidation
-
- All Known Implementing Classes:
EReportingProfileDataEntity
- Enclosing interface:
- HiberanteEReportingRelations
public static interface HiberanteEReportingRelations.HasValidation
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerDEFAULT_VALIDATIONstatic StringVALIDATION
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IntegergetValidation()default booleanisSetValidation()voidsetValidation(Integer validation)
-
-
-
Field Detail
-
DEFAULT_VALIDATION
static final Integer DEFAULT_VALIDATION
-
VALIDATION
static final String VALIDATION
- See Also:
- Constant Field Values
-
-