Class GeneratedB2BQuoteLimit

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
B2BQuoteLimit

public abstract class GeneratedB2BQuoteLimit extends GenericItem
Generated class for type B2BQuoteLimit.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedB2BQuoteLimit

      public GeneratedB2BQuoteLimit()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAmount

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

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

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

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

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

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

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

      public void setCode(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 Collection<B2BUnit> getUnit(SessionContext ctx)
      Generated method - Getter of the B2BQuoteLimit.Unit attribute.
      Returns:
      the Unit
    • getUnit

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

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

      public void setUnit(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