Class GeneratedDecimalMinConstraint

    • Field Detail

      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the DecimalMinConstraint.value attribute
        See Also:
        Constant Field Values
      • INCLUSIVE

        public static final java.lang.String INCLUSIVE
        Qualifier of the DecimalMinConstraint.inclusive attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDecimalMinConstraint

        public GeneratedDecimalMinConstraint()
    • Method Detail

      • isInclusive

        public java.lang.Boolean isInclusive​(SessionContext ctx)
        Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
        Returns:
        the inclusive - Inclusive
      • isInclusive

        public java.lang.Boolean isInclusive()
        Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
        Returns:
        the inclusive - Inclusive
      • isInclusiveAsPrimitive

        public boolean isInclusiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
        Returns:
        the inclusive - Inclusive
      • isInclusiveAsPrimitive

        public boolean isInclusiveAsPrimitive()
        Generated method - Getter of the DecimalMinConstraint.inclusive attribute.
        Returns:
        the inclusive - Inclusive
      • setInclusive

        public void setInclusive​(SessionContext ctx,
                                 java.lang.Boolean value)
        Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
        Parameters:
        value - the inclusive - Inclusive
      • setInclusive

        public void setInclusive​(java.lang.Boolean value)
        Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
        Parameters:
        value - the inclusive - Inclusive
      • setInclusive

        public void setInclusive​(SessionContext ctx,
                                 boolean value)
        Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
        Parameters:
        value - the inclusive - Inclusive
      • setInclusive

        public void setInclusive​(boolean value)
        Generated method - Setter of the DecimalMinConstraint.inclusive attribute.
        Parameters:
        value - the inclusive - Inclusive
      • getValue

        public java.math.BigDecimal getValue​(SessionContext ctx)
        Generated method - Getter of the DecimalMinConstraint.value attribute.
        Returns:
        the value - Maximal value
      • getValue

        public java.math.BigDecimal getValue()
        Generated method - Getter of the DecimalMinConstraint.value attribute.
        Returns:
        the value - Maximal value
      • setValue

        public void setValue​(SessionContext ctx,
                             java.math.BigDecimal value)
        Generated method - Setter of the DecimalMinConstraint.value attribute.
        Parameters:
        value - the value - Maximal value
      • setValue

        public void setValue​(java.math.BigDecimal value)
        Generated method - Setter of the DecimalMinConstraint.value attribute.
        Parameters:
        value - the value - Maximal value