public class ProductListWsDTO extends Object implements Serializable
| Constructor and Description |
|---|
ProductListWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog() |
Integer |
getCurrentPage() |
List<ProductWsDTO> |
getProducts() |
Integer |
getTotalPageCount() |
Integer |
getTotalProductCount() |
String |
getVersion() |
void |
setCatalog(String catalog) |
void |
setCurrentPage(Integer currentPage) |
void |
setProducts(List<ProductWsDTO> products) |
void |
setTotalPageCount(Integer totalPageCount) |
void |
setTotalProductCount(Integer totalProductCount) |
void |
setVersion(String version) |
public void setProducts(List<ProductWsDTO> products)
public List<ProductWsDTO> getProducts()
public void setCatalog(String catalog)
public String getCatalog()
public void setVersion(String version)
public String getVersion()
public void setTotalProductCount(Integer totalProductCount)
public Integer getTotalProductCount()
public void setTotalPageCount(Integer totalPageCount)
public Integer getTotalPageCount()
public void setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
Copyright © 2017 SAP SE. All Rights Reserved.