|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.AbstractNameable
org.salespointframework.core.data.CatalogItemImpl
org.salespointframework.core.data.CatalogImpl<CurrencyItemImpl>
org.salespointframework.core.data.AbstractCurrency
org.salespointframework.core.data.EUROCurrencyImpl
public class EUROCurrencyImpl
EURO-Implementation of AbstractCurrency
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.salespointframework.core.data.AbstractCurrency |
---|
AbstractCurrency.CurrencyItemData |
Field Summary | |
---|---|
static java.lang.String |
ABBREVIATION
|
static java.lang.String |
CENT_COIN_1
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
CENT_COIN_10
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
CENT_COIN_2
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
CENT_COIN_20
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
CENT_COIN_5
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
CENT_COIN_50
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_COIN_1
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_COIN_2
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_10
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_100
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_20
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_200
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_5
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_50
Field string represents the mainkey for an added CurrencyItemImpl . |
static java.lang.String |
EURO_NOTE_500
Field string represents the mainkey for an added CurrencyItemImpl . |
Fields inherited from class org.salespointframework.core.data.CatalogImpl |
---|
m_lhListeners, m_nModCount |
Fields inherited from class org.salespointframework.core.data.AbstractNameable |
---|
m_ncContext, m_pcsPropertyListeners, SOME_PROPERTY |
Fields inherited from interface org.salespointframework.core.data.interfaces.CatalogItem |
---|
VALUE_PROPERTY |
Fields inherited from interface org.salespointframework.core.data.interfaces.Nameable |
---|
NAME_PROPERTY |
Fields inherited from interface org.salespointframework.core.data.interfaces.DataBasketKeys |
---|
CATALOG_ITEM_MAIN_KEY, STOCK_ITEM_MAIN_KEY |
Constructor Summary | |
---|---|
EUROCurrencyImpl(CatalogIdentifier<?> id)
Creates a new instance of EUROCurrencyImpl |
|
EUROCurrencyImpl(java.lang.String name)
Creates a new instance of EUROCurrencyImpl |
|
EUROCurrencyImpl(java.lang.String name,
java.util.Locale locale)
Creates a new instance of EUROCurrencyImpl |
Method Summary | |
---|---|
protected AbstractCurrency.CurrencyItemData[] |
getCurrencyItemData()
This abstract method allows the programmer to choose the names and values of the CurrencyItems (EURO, DM, ...). |
Methods inherited from class org.salespointframework.core.data.AbstractCurrency |
---|
format, initCurrencyItems, parse, toString |
Methods inherited from class org.salespointframework.core.data.CatalogItemImpl |
---|
addValueListener, compareTo, equals, firePropertyChanged, getCatalog, getImage, getImageBytes, getInternalShallowClone, getValue, isEditable, recover, removeValueListener, setImage, setImageBytes, setValue |
Methods inherited from class org.salespointframework.core.data.AbstractNameable |
---|
addNameListener, addPropertyChangeListener, attach, detachNC, getName, removeNameListener, removePropertyChangeListener, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.salespointframework.core.data.interfaces.Catalog |
---|
add, contains, get, iterator, keySet, remove, remove, size |
Methods inherited from interface org.salespointframework.core.data.interfaces.CatalogItem |
---|
addValueListener, firePropertyChanged, getCatalog, getImage, getValue, removeValueListener, setImage |
Methods inherited from interface org.salespointframework.core.data.interfaces.Nameable |
---|
addNameListener, addPropertyChangeListener, attach, detachNC, getName, removeNameListener, removePropertyChangeListener, setName |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.salespointframework.core.data.interfaces.SpItem |
---|
getName |
Methods inherited from interface org.salespointframework.core.data.events.DatasourceChangeListener |
---|
DatasourceChanged |
Methods inherited from interface org.salespointframework.core.data.events.ExternalModificationListener |
---|
externalModificationOccurred |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Field Detail |
---|
public static final java.lang.String ABBREVIATION
public static java.lang.String CENT_COIN_1
CurrencyItemImpl
.
1 Cent Coin
public static java.lang.String CENT_COIN_2
CurrencyItemImpl
.
2 Cent Coin
public static java.lang.String CENT_COIN_5
CurrencyItemImpl
.
5 Cent Coin
public static java.lang.String CENT_COIN_10
CurrencyItemImpl
.
10 Cent Coin
public static java.lang.String CENT_COIN_20
CurrencyItemImpl
.
20 Cent Coin
public static java.lang.String CENT_COIN_50
CurrencyItemImpl
.
50 Cent Coin
public static java.lang.String EURO_COIN_1
CurrencyItemImpl
.
1 EURO Coin
public static java.lang.String EURO_COIN_2
CurrencyItemImpl
.
2 EURO Coin
public static java.lang.String EURO_NOTE_5
CurrencyItemImpl
.
5 EURO Note
public static java.lang.String EURO_NOTE_10
CurrencyItemImpl
.
10 EURO Note
public static java.lang.String EURO_NOTE_20
CurrencyItemImpl
.
20 EURO Note
public static java.lang.String EURO_NOTE_50
CurrencyItemImpl
.
50 EURO Note
public static java.lang.String EURO_NOTE_100
CurrencyItemImpl
.
100 EURO Note
public static java.lang.String EURO_NOTE_200
CurrencyItemImpl
.
200 EURO Note
public static java.lang.String EURO_NOTE_500
CurrencyItemImpl
.
500 EURO Note
Constructor Detail |
---|
public EUROCurrencyImpl(java.lang.String name)
public EUROCurrencyImpl(java.lang.String name, java.util.Locale locale)
public EUROCurrencyImpl(CatalogIdentifier<?> id)
Method Detail |
---|
protected AbstractCurrency.CurrencyItemData[] getCurrencyItemData()
getCurrencyItemData
in class AbstractCurrency
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |