Class ThresholdValueEditorActionService.ThresholdRecord

java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.thresholdedit.ThresholdValueEditorActionService.ThresholdRecord
Enclosing interface:
ThresholdValueEditorActionService

public static class ThresholdValueEditorActionService.ThresholdRecord extends Object
  • Constructor Details

    • ThresholdRecord

      public ThresholdRecord()
  • Method Details

    • getPk

      public String getPk()
    • setPk

      public void setPk(String pk)
    • getPoints

      public BigDecimal getPoints()
    • setPoints

      public void setPoints(BigDecimal points)
    • getGrade

      public BigDecimal getGrade()
    • setGrade

      public void setGrade(BigDecimal grade)
    • getNumGrades

      @Nullable public @Nullable Integer getNumGrades()
    • setNumGrades

      public void setNumGrades(@Nullable @Nullable Integer numGrades)