|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.CurrencyCounterValueListBean
This bean provides access to the CURCVLIST table.
The following is a description of this table:
Each row of this table represents a CounterCurrencyPair. The primary use of this information is for "dual display" of European Monetary Union monetary amounts.
Constructor Summary | |
CurrencyCounterValueListBean()
|
Method Summary | |
java.lang.String |
getCounterValueCurrency()
This method provides access to the CURCVLIST.COUNTERVALUECURR column of DB2 type CHAR(3) NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the CURCVLIST.COUNTERVALUECURR column of DB2 type CHAR(3) NOT NULL. |
java.lang.Integer |
getDisplaySequence()
This method provides access to the CURCVLIST.DISPLAYSEQ column of DB2 type FLOAT NOT NULL. |
java.lang.Integer |
getStoreEntityId()
This method provides access to the CURCVLIST.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public CurrencyCounterValueListBean()
Method Detail |
public java.lang.String getCounterValueCurrency()
This method provides access to the CURCVLIST.COUNTERVALUECURR column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
A counter value currency (ISO 4217 standards code). When "dual display" is desired, amounts in the shopping currency are converted to all the counter value currencies for that shopping currency and shown for the information of the customer.
public java.lang.String getCurrency()
This method provides access to the CURCVLIST.COUNTERVALUECURR column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
A counter value currency (ISO 4217 standards code). When "dual display" is desired, amounts in the shopping currency are converted to all the counter value currencies for that shopping currency and shown for the information of the customer.
public java.lang.Integer getDisplaySequence()
This method provides access to the CURCVLIST.DISPLAYSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Counter value amounts, one for each counter value currency, are displayed in ascending sequence of DISPLAYSEQ.
public java.lang.Integer getStoreEntityId()
This method provides access to the CURCVLIST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity this CounterCurrencyPair is part of. The complete list of counter value currencies for a Store includes CounterCurrencyPairs from both the Store and its StoreGroup.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |