Class GeneratedB2BQuoteLimit

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the B2BQuoteLimit.code attribute
        See Also:
        Constant Field Values
      • AMOUNT

        public static final java.lang.String AMOUNT
        Qualifier of the B2BQuoteLimit.amount attribute
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the B2BQuoteLimit.currency attribute
        See Also:
        Constant Field Values
      • UNIT

        public static final java.lang.String UNIT
        Qualifier of the B2BQuoteLimit.Unit 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

      • GeneratedB2BQuoteLimit

        public GeneratedB2BQuoteLimit()
    • Method Detail

      • getAmount

        public java.math.BigDecimal getAmount​(SessionContext ctx)
        Generated method - Getter of the B2BQuoteLimit.amount attribute.
        Returns:
        the amount
      • getAmount

        public java.math.BigDecimal getAmount()
        Generated method - Getter of the B2BQuoteLimit.amount attribute.
        Returns:
        the amount
      • setAmount

        public void setAmount​(SessionContext ctx,
                              java.math.BigDecimal value)
        Generated method - Setter of the B2BQuoteLimit.amount attribute.
        Parameters:
        value - the amount
      • setAmount

        public void setAmount​(java.math.BigDecimal value)
        Generated method - Setter of the B2BQuoteLimit.amount attribute.
        Parameters:
        value - the amount
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the B2BQuoteLimit.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the B2BQuoteLimit.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the B2BQuoteLimit.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the B2BQuoteLimit.code attribute.
        Parameters:
        value - the code
      • getCurrency

        public Currency getCurrency​(SessionContext ctx)
        Generated method - Getter of the B2BQuoteLimit.currency attribute.
        Returns:
        the currency
      • getCurrency

        public Currency getCurrency()
        Generated method - Getter of the B2BQuoteLimit.currency attribute.
        Returns:
        the currency
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                Currency value)
        Generated method - Setter of the B2BQuoteLimit.currency attribute.
        Parameters:
        value - the currency
      • setCurrency

        public void setCurrency​(Currency value)
        Generated method - Setter of the B2BQuoteLimit.currency attribute.
        Parameters:
        value - the currency
      • getUnit

        public java.util.Collection<B2BUnit> getUnit​(SessionContext ctx)
        Generated method - Getter of the B2BQuoteLimit.Unit attribute.
        Returns:
        the Unit
      • getUnit

        public java.util.Collection<B2BUnit> getUnit()
        Generated method - Getter of the B2BQuoteLimit.Unit attribute.
        Returns:
        the Unit
      • setUnit

        public void setUnit​(SessionContext ctx,
                            java.util.Collection<B2BUnit> value)
        Generated method - Setter of the B2BQuoteLimit.Unit attribute.
        Parameters:
        value - the Unit
      • setUnit

        public void setUnit​(java.util.Collection<B2BUnit> value)
        Generated method - Setter of the B2BQuoteLimit.Unit attribute.
        Parameters:
        value - the Unit
      • addToUnit

        public void addToUnit​(SessionContext ctx,
                              B2BUnit value)
        Generated method - Adds value to Unit.
        Parameters:
        value - the item to add to Unit
      • addToUnit

        public void addToUnit​(B2BUnit value)
        Generated method - Adds value to Unit.
        Parameters:
        value - the item to add to Unit
      • removeFromUnit

        public void removeFromUnit​(SessionContext ctx,
                                   B2BUnit value)
        Generated method - Removes value from Unit.
        Parameters:
        value - the item to remove from Unit
      • removeFromUnit

        public void removeFromUnit​(B2BUnit value)
        Generated method - Removes value from Unit.
        Parameters:
        value - the item to remove from Unit