Class Customers

  • All Implemented Interfaces:
    Serializable

    public class Customers
    extends CustomerRepresentation
    This class is used to represent a collection of customers to/from the server. It also contains some of the collection metadata.
    See Also:
    Serialized Form
    • Field Detail

      • offset

        private int offset
      • limit

        private int limit
    • Constructor Detail

      • Customers

        public Customers()
      • Customers

        public Customers​(List<Customer> customers,
                         int offset,
                         int limit)
    • Method Detail

      • getOffset

        public int getOffset()
      • setOffset

        public void setOffset​(int offset)
      • getLimit

        public int getLimit()
      • setLimit

        public void setLimit​(int limit)
      • getCount

        public int getCount()
      • setCount

        public void setCount​(int count)
      • setCategories

        public void setCategories​(List<Customer> customers)