public class StockEntryResult extends Object
| Constructor and Description |
|---|
StockEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
List<StockEntry> |
getEntries() |
void |
setCount(long count) |
void |
setEntries(List<StockEntry> entries) |
public long getCount()
public void setCount(long count)
count - the element count in entriespublic List<StockEntry> getEntries()
public void setEntries(List<StockEntry> entries)
entries - the stock entriesCopyright © 2015. All rights reserved.