Class GeneratedStandardPaymentMode

    • Field Detail

      • NET

        public static final java.lang.String NET
        Qualifier of the StandardPaymentMode.net attribute
        See Also:
        Constant Field Values
      • PAYMENTMODEVALUES

        public static final java.lang.String PAYMENTMODEVALUES
        Qualifier of the StandardPaymentMode.paymentModeValues 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

      • GeneratedStandardPaymentMode

        public GeneratedStandardPaymentMode()
    • Method Detail

      • isNet

        public java.lang.Boolean isNet​(SessionContext ctx)
        Generated method - Getter of the StandardPaymentMode.net attribute.
        Returns:
        the net
      • isNet

        public java.lang.Boolean isNet()
        Generated method - Getter of the StandardPaymentMode.net attribute.
        Returns:
        the net
      • isNetAsPrimitive

        public boolean isNetAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the StandardPaymentMode.net attribute.
        Returns:
        the net
      • isNetAsPrimitive

        public boolean isNetAsPrimitive()
        Generated method - Getter of the StandardPaymentMode.net attribute.
        Returns:
        the net
      • setNet

        public void setNet​(SessionContext ctx,
                           java.lang.Boolean value)
        Generated method - Setter of the StandardPaymentMode.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(java.lang.Boolean value)
        Generated method - Setter of the StandardPaymentMode.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(SessionContext ctx,
                           boolean value)
        Generated method - Setter of the StandardPaymentMode.net attribute.
        Parameters:
        value - the net
      • setNet

        public void setNet​(boolean value)
        Generated method - Setter of the StandardPaymentMode.net attribute.
        Parameters:
        value - the net
      • getPaymentModeValues

        public java.util.Collection<StandardPaymentModeValue> getPaymentModeValues​(SessionContext ctx)
        Generated method - Getter of the StandardPaymentMode.paymentModeValues attribute.
        Returns:
        the paymentModeValues
      • getPaymentModeValues

        public java.util.Collection<StandardPaymentModeValue> getPaymentModeValues()
        Generated method - Getter of the StandardPaymentMode.paymentModeValues attribute.
        Returns:
        the paymentModeValues
      • setPaymentModeValues

        public void setPaymentModeValues​(SessionContext ctx,
                                         java.util.Collection<StandardPaymentModeValue> value)
        Generated method - Setter of the StandardPaymentMode.paymentModeValues attribute.
        Parameters:
        value - the paymentModeValues
      • setPaymentModeValues

        public void setPaymentModeValues​(java.util.Collection<StandardPaymentModeValue> value)
        Generated method - Setter of the StandardPaymentMode.paymentModeValues attribute.
        Parameters:
        value - the paymentModeValues
      • addToPaymentModeValues

        public void addToPaymentModeValues​(SessionContext ctx,
                                           StandardPaymentModeValue value)
        Generated method - Adds value to paymentModeValues.
        Parameters:
        value - the item to add to paymentModeValues
      • addToPaymentModeValues

        public void addToPaymentModeValues​(StandardPaymentModeValue value)
        Generated method - Adds value to paymentModeValues.
        Parameters:
        value - the item to add to paymentModeValues
      • removeFromPaymentModeValues

        public void removeFromPaymentModeValues​(SessionContext ctx,
                                                StandardPaymentModeValue value)
        Generated method - Removes value from paymentModeValues.
        Parameters:
        value - the item to remove from paymentModeValues
      • removeFromPaymentModeValues

        public void removeFromPaymentModeValues​(StandardPaymentModeValue value)
        Generated method - Removes value from paymentModeValues.
        Parameters:
        value - the item to remove from paymentModeValues