Class Score

    • Constructor Detail

      • Score

        public Score()
    • Method Detail

      • setScaled

        public void setScaled​(BigDecimal scaled)
      • isMinLessThanRaw

        @AssertTrue(message="Min Score must be less than Raw Score")
        public @jakarta.validation.constraints.AssertTrue(message="Min Score must be less than Raw Score") boolean isMinLessThanRaw()
      • isRawLessThanMax

        @AssertTrue(message="Raw Score must be less than Max Score")
        public @jakarta.validation.constraints.AssertTrue(message="Raw Score must be less than Max Score") boolean isRawLessThanMax()
      • isMinLessThanMax

        @AssertTrue(message="Min Score must be less than Max Score")
        public @jakarta.validation.constraints.AssertTrue(message="Min Score must be less than Max Score") boolean isMinLessThanMax()
      • isEmpty

        @AssertFalse(message="Score must not be empty")
        public @jakarta.validation.constraints.AssertFalse(message="Score must not be empty") boolean isEmpty()
        Specified by:
        isEmpty in interface JSONObject