public class ProductResult extends Object
| Constructor and Description |
|---|
ProductResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
List<Product> |
getProducts() |
void |
setCount(long count) |
void |
setProducts(List<Product> products) |
Copyright © 2015. All rights reserved.