Class AbstractInputType.ExamRecord

java.lang.Object
ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.AbstractInputType.ExamRecord
Enclosing class:
AbstractInputType

public static class AbstractInputType.ExamRecord extends Object
The simple representation of an Exam to be used for client UI.
  • Constructor Details

    • ExamRecord

      public ExamRecord()
  • Method Details

    • getNr

      public Integer getNr()
    • setNr

      public void setNr(Integer nr)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDate

      @Nullable public @Nullable org.joda.time.LocalDate getDate()
    • setDate

      public void setDate(@Nullable @Nullable org.joda.time.LocalDate date)
    • getAverage

      @Nullable public @Nullable BigDecimal getAverage()
    • setAverage

      public void setAverage(@Nullable @Nullable BigDecimal average)
    • getPointsMax

      @Nullable public @Nullable BigDecimal getPointsMax()
    • setPointsMax

      public void setPointsMax(@Nullable @Nullable BigDecimal pointsMax)
    • getDefaultDisplay

      public String getDefaultDisplay()
    • setDefaultDisplay

      public void setDefaultDisplay(String defaultDisplay)
    • getPk

      public String getPk()
    • setPk

      public void setPk(String pk)
    • getWeight

      @Nullable public @Nullable BigDecimal getWeight()
    • setWeight

      public void setWeight(@Nullable @Nullable BigDecimal weight)