|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object data.swing.CountingStockTableModel.Record
A CountingStockTableModel
's record.
The record is basically a combination of a CatalogItem
and a number indicating the number of
objects available.
Constructor Summary | |
CountingStockTableModel.Record(CatalogItem ci,
int nCount)
Create a new Record. |
Method Summary | |
int |
compareTo(Object o)
Compare by descriptor. |
int |
getCount()
Get the number of items in this record. |
CatalogItem |
getDescriptor()
Get the CatalogItem describing the items represented by this record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CountingStockTableModel.Record(CatalogItem ci, int nCount)
Method Detail |
public int compareTo(Object o)
compareTo
in interface Comparable
public CatalogItem getDescriptor()
public int getCount()
|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |