|
SalesPoint v3.3 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdata.AbstractCurrency.CurrencyItemData
protected class AbstractCurrency.CurrencyItemData
Data container for names and values of CurrencyItems.
| Constructor Summary | |
|---|---|
AbstractCurrency.CurrencyItemData(String name,
int value)
Constructor |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of a CurrencyItem in this data container. |
int |
getValue()
Returns the value of a CurrencyItem in this data container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCurrency.CurrencyItemData(String name,
int value)
name - the name of the CurrencyItem.value - the appropriate value of the CurrencyItem.| Method Detail |
|---|
public String getName()
public int getValue()
|
SalesPoint v3.3 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||