|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.models.CountingStockListModel.CountingStockListItem
public static class CountingStockListModel.CountingStockListItem
casing class for list items
Field Summary | |
---|---|
private CatalogItem |
catalogItem
catalog item |
private int |
count
count |
Constructor Summary | |
---|---|
CountingStockListModel.CountingStockListItem(CatalogItem ci,
int count)
constrcutor |
Method Summary | |
---|---|
CatalogItem |
getCatalogItem()
get catalogItem |
int |
getCount()
get count |
void |
setCount(int count)
set count |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private CatalogItem catalogItem
private int count
Constructor Detail |
---|
public CountingStockListModel.CountingStockListItem(CatalogItem ci, int count)
ci
- catalogItem
count
- count
Method Detail |
---|
public CatalogItem getCatalogItem()
catalogItem
public int getCount()
count
public void setCount(int count)
count
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |