public class Products extends InventoryRepresentation
| Modifier and Type | Field and Description |
|---|---|
private int |
limit |
private int |
offset |
private List<Product> |
products |
private static long |
serialVersionUID |
NAMESPACE| Constructor and Description |
|---|
Products() |
Products(List<Product> products,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getLimit() |
int |
getOffset() |
List<Product> |
getProducts() |
void |
setCount(int count) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setProducts(List<Product> products) |
getVersion, setVersion, toString, unmarshallprivate static final long serialVersionUID
private int offset
private int limit
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.