public class ProductResultData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProductResultData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
java.util.List<ProductData> |
getProducts() |
int |
getRequestedCount() |
int |
getRequestedStart() |
int |
getTotalCount() |
void |
setCount(int count) |
void |
setProducts(java.util.List<ProductData> products) |
void |
setRequestedCount(int requestedCount) |
void |
setRequestedStart(int requestedStart) |
void |
setTotalCount(int totalCount) |
public void setProducts(java.util.List<ProductData> products)
public java.util.List<ProductData> getProducts()
public void setTotalCount(int totalCount)
public int getTotalCount()
public void setCount(int count)
public int getCount()
public void setRequestedCount(int requestedCount)
public int getRequestedCount()
public void setRequestedStart(int requestedStart)
public int getRequestedStart()
Copyright © 2018 SAP SE. All Rights Reserved.