Class MaxTestEntity


  • public class MaxTestEntity
    extends Object
    Description:
    • Constructor Detail

      • MaxTestEntity

        public MaxTestEntity()
    • Method Detail

      • getText

        public String getText()
      • getProperty

        @Max(200L)
        public @Max(200L) String getProperty()
      • getLongValue

        public long getLongValue()
      • getDecimalValue

        @Max(400L)
        public @Max(400L) BigDecimal getDecimalValue()
      • setText

        public void setText​(String text)
      • setProperty

        public void setProperty​(String property)
      • setLongValue

        public void setLongValue​(long longValue)
      • setDecimalValue

        public void setDecimalValue​(BigDecimal decimalValue)