|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.AbstractCurrency.CurrencyItemData
protected class AbstractCurrency.CurrencyItemData
Data container for names and values of CurrencyItems.
Field Summary | |
---|---|
private Category |
category
|
private java.net.URI |
imagefile
|
private java.lang.String |
name
|
private int |
value
|
Constructor Summary | |
---|---|
AbstractCurrency.CurrencyItemData(java.lang.String name,
int value)
Constructor |
|
AbstractCurrency.CurrencyItemData(java.lang.String name,
int value,
java.net.URI imagefile,
Category category)
Constructor |
Method Summary | |
---|---|
Category |
getCategory()
Returns the category of the item |
java.net.URI |
getImageFile()
get the imagefile |
java.lang.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 |
Field Detail |
---|
private java.lang.String name
private int value
private java.net.URI imagefile
private Category category
Constructor Detail |
---|
public AbstractCurrency.CurrencyItemData(java.lang.String name, int value, java.net.URI imagefile, Category category)
name
- the name of the CurrencyItem.value
- the appropriate value of the CurrencyItem.uri
- to image filepublic AbstractCurrency.CurrencyItemData(java.lang.String name, int value)
name
- the name of the CurrencyItem.value
- the appropriate value of the CurrencyItem.Method Detail |
---|
public java.lang.String getName()
public int getValue()
public java.net.URI getImageFile()
public Category getCategory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |