Interface LimitWithCurrent

All Known Implementing Classes:
CartDiscountLimitWithCurrent, CartLimitWithCurrent, CustomerGroupLimitWithCurrent, CustomerLimitWithCurrent, CustomObjectLimitWithCurrent, OrderEditLimitWithCurrent, ProductDiscountLimitWithCurrent, ProductTypeLimitWithCurrent, RefreshTokenLimitWithCurrent, ShippingMethodLimitWithCurrent, ShoppingListLimitWithCurrent, StoreLimitWithCurrent, TaxCategoryLimitWithCurrent, ZoneLimitWithCurrent

public interface LimitWithCurrent
  • Method Details

    • getLimit

      Long getLimit()
    • setLimit

      void setLimit(Long limit)
    • getCurrent

      Long getCurrent()
    • setCurrent

      void setCurrent(Long current)