Class ProductListWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.ProductListWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Product List
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCatalog(String catalog) voidsetCurrentPage(Integer currentPage) voidsetProducts(List<ProductWsDTO> products) voidsetTotalPageCount(Integer totalPageCount) voidsetTotalProductCount(Integer totalProductCount) voidsetVersion(String version)
-
Constructor Details
-
ProductListWsDTO
public ProductListWsDTO()
-
-
Method Details
-
setProducts
-
getProducts
-
setCatalog
-
getCatalog
-
setVersion
-
getVersion
-
setTotalProductCount
-
getTotalProductCount
-
setTotalPageCount
-
getTotalPageCount
-
setCurrentPage
-
getCurrentPage
-