Class AbstractInputType.ExamRecord
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.AbstractInputType.ExamRecord
- Enclosing class:
AbstractInputType
The simple representation of an
Exam
to be used for client UI.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable BigDecimal
@Nullable org.joda.time.LocalDate
getDate()
getLabel()
getNr()
getPk()
@Nullable BigDecimal
@Nullable BigDecimal
void
setAverage
(@Nullable BigDecimal average) void
setDate
(@Nullable org.joda.time.LocalDate date) void
setDefaultDisplay
(String defaultDisplay) void
void
void
void
setPointsMax
(@Nullable BigDecimal pointsMax) void
setWeight
(@Nullable BigDecimal weight)
-
Constructor Details
-
ExamRecord
public ExamRecord()
-
-
Method Details
-
getNr
-
setNr
-
getLabel
-
setLabel
-
getDate
@Nullable public @Nullable org.joda.time.LocalDate getDate() -
setDate
public void setDate(@Nullable @Nullable org.joda.time.LocalDate date) -
getAverage
-
setAverage
-
getPointsMax
-
setPointsMax
-
getDefaultDisplay
-
setDefaultDisplay
-
getPk
-
setPk
-
getWeight
-
setWeight
-