java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.ProductListWsDTO
All Implemented Interfaces:
Serializable

public class ProductListWsDTO extends Object implements Serializable
Representation of a Product List
See Also:
  • Constructor Details

    • ProductListWsDTO

      public ProductListWsDTO()
  • Method Details

    • setProducts

      public void setProducts(List<ProductWsDTO> products)
    • getProducts

      public List<ProductWsDTO> getProducts()
    • setCatalog

      public void setCatalog(String catalog)
    • getCatalog

      public String getCatalog()
    • setVersion

      public void setVersion(String version)
    • getVersion

      public String getVersion()
    • setTotalProductCount

      public void setTotalProductCount(Integer totalProductCount)
    • getTotalProductCount

      public Integer getTotalProductCount()
    • setTotalPageCount

      public void setTotalPageCount(Integer totalPageCount)
    • getTotalPageCount

      public Integer getTotalPageCount()
    • setCurrentPage

      public void setCurrentPage(Integer currentPage)
    • getCurrentPage

      public Integer getCurrentPage()