Class ProductDataList
java.lang.Object
de.hybris.platform.b2ctelcofacades.data.ProductDataList
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetCatalog(String catalog) voidsetCurrentPage(int currentPage) voidsetProducts(List<ProductData> products) voidsetTotalPageCount(int totalPageCount) voidsetTotalProductCount(int totalProductCount) voidsetVersion(String version)
-
Constructor Details
-
ProductDataList
public ProductDataList()
-
-
Method Details
-
setProducts
-
getProducts
-
setCatalog
-
getCatalog
-
setVersion
-
getVersion
-
setTotalProductCount
public void setTotalProductCount(int totalProductCount) -
getTotalProductCount
public int getTotalProductCount() -
setTotalPageCount
public void setTotalPageCount(int totalPageCount) -
getTotalPageCount
public int getTotalPageCount() -
setCurrentPage
public void setCurrentPage(int currentPage) -
getCurrentPage
public int getCurrentPage()
-