Class Exam
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.util.entities.Exam
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExam(Entity delegate, QualificationService qualificationService, Context context) Creates a new instance ofExam. -
Method Summary
Modifier and TypeMethodDescription@Nullable BigDecimal@Nullable org.joda.time.LocalDategetDate()Returns a simple representation of theExamto be used in client UI.getInput()getLabel()getNr()@Nullable BigDecimaltoString()
-
Field Details
-
ENTITY_NAME
- See Also:
-
FIELD_NR
- See Also:
-
FIELD_LABEL
- See Also:
-
FIELD_DATE
- See Also:
-
FIELD_AVERAGE
- See Also:
-
FIELD_POINTS_MAX
- See Also:
-
FIELD_WEIGHT
- See Also:
-
RELATION_INPUT
- See Also:
-
-
Constructor Details
-
Exam
Creates a new instance ofExam.- Parameters:
delegate- the Exam entity to wrapqualificationService- theQualificationServicecontext- theContext
-
-
Method Details
-
getInput
-
getLabel
-
getNr
-
getDate
@Nullable public @Nullable org.joda.time.LocalDate getDate() -
getAverage
-
getPointsMax
-
getDelegate
-
getExamRecord
Returns a simple representation of theExamto be used in client UI.- Returns:
- the simple Exam representation
-
toString
-