Class GeneratedB2BCreditLimit

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

public abstract class GeneratedB2BCreditLimit extends B2BMerchantCheck
Generated class for type B2BCreditLimit.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedB2BCreditLimit

      public GeneratedB2BCreditLimit()
  • Method Details

    • getDefaultAttributeModes

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

      public EnumerationValue getAlertRateType(SessionContext ctx)
      Generated method - Getter of the B2BCreditLimit.alertRateType attribute.
      Returns:
      the alertRateType
    • getAlertRateType

      public EnumerationValue getAlertRateType()
      Generated method - Getter of the B2BCreditLimit.alertRateType attribute.
      Returns:
      the alertRateType
    • setAlertRateType

      public void setAlertRateType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BCreditLimit.alertRateType attribute.
      Parameters:
      value - the alertRateType
    • setAlertRateType

      public void setAlertRateType(EnumerationValue value)
      Generated method - Setter of the B2BCreditLimit.alertRateType attribute.
      Parameters:
      value - the alertRateType
    • getAlertSentDate

      public Date getAlertSentDate(SessionContext ctx)
      Generated method - Getter of the B2BCreditLimit.alertSentDate attribute.
      Returns:
      the alertSentDate
    • getAlertSentDate

      public Date getAlertSentDate()
      Generated method - Getter of the B2BCreditLimit.alertSentDate attribute.
      Returns:
      the alertSentDate
    • setAlertSentDate

      public void setAlertSentDate(SessionContext ctx, Date value)
      Generated method - Setter of the B2BCreditLimit.alertSentDate attribute.
      Parameters:
      value - the alertSentDate
    • setAlertSentDate

      public void setAlertSentDate(Date value)
      Generated method - Setter of the B2BCreditLimit.alertSentDate attribute.
      Parameters:
      value - the alertSentDate
    • getAlertThreshold

      public BigDecimal getAlertThreshold(SessionContext ctx)
      Generated method - Getter of the B2BCreditLimit.alertThreshold attribute.
      Returns:
      the alertThreshold
    • getAlertThreshold

      public BigDecimal getAlertThreshold()
      Generated method - Getter of the B2BCreditLimit.alertThreshold attribute.
      Returns:
      the alertThreshold
    • setAlertThreshold

      public void setAlertThreshold(SessionContext ctx, BigDecimal value)
      Generated method - Setter of the B2BCreditLimit.alertThreshold attribute.
      Parameters:
      value - the alertThreshold
    • setAlertThreshold

      public void setAlertThreshold(BigDecimal value)
      Generated method - Setter of the B2BCreditLimit.alertThreshold attribute.
      Parameters:
      value - the alertThreshold
    • getAmount

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

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

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

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

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

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

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

      public void setCurrency(Currency value)
      Generated method - Setter of the B2BCreditLimit.currency attribute.
      Parameters:
      value - the currency
    • getDatePeriod

      public StandardDateRange getDatePeriod(SessionContext ctx)
      Generated method - Getter of the B2BCreditLimit.datePeriod attribute.
      Returns:
      the datePeriod - date range the credit limit is active
    • getDatePeriod

      public StandardDateRange getDatePeriod()
      Generated method - Getter of the B2BCreditLimit.datePeriod attribute.
      Returns:
      the datePeriod - date range the credit limit is active
    • setDatePeriod

      public void setDatePeriod(SessionContext ctx, StandardDateRange value)
      Generated method - Setter of the B2BCreditLimit.datePeriod attribute.
      Parameters:
      value - the datePeriod - date range the credit limit is active
    • setDatePeriod

      public void setDatePeriod(StandardDateRange value)
      Generated method - Setter of the B2BCreditLimit.datePeriod attribute.
      Parameters:
      value - the datePeriod - date range the credit limit is active
    • getDateRange

      public EnumerationValue getDateRange(SessionContext ctx)
      Generated method - Getter of the B2BCreditLimit.dateRange attribute.
      Returns:
      the dateRange
    • getDateRange

      public EnumerationValue getDateRange()
      Generated method - Getter of the B2BCreditLimit.dateRange attribute.
      Returns:
      the dateRange
    • setDateRange

      public void setDateRange(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BCreditLimit.dateRange attribute.
      Parameters:
      value - the dateRange
    • setDateRange

      public void setDateRange(EnumerationValue value)
      Generated method - Setter of the B2BCreditLimit.dateRange attribute.
      Parameters:
      value - the dateRange
    • getUnit

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

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

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

      public void setUnit(Collection<B2BUnit> value)
      Generated method - Setter of the B2BCreditLimit.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