|
SalesPoint Framework v3.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdata.swing.CountingStockTableModel.Record
public static class 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(CountingStockTableModel.Record r)
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(CountingStockTableModel.Record r)
compareTo in interface Comparable<CountingStockTableModel.Record>public CatalogItem getDescriptor()
public int getCount()
|
SalesPoint Framework v3.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||