com.ibm.commerce.common.objects
Class CurrencyCounterValueListBean

com.ibm.commerce.common.objects.CurrencyCounterValueListBean
All Implemented Interfaces:
java.io.Serializable

public class CurrencyCounterValueListBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CurrencyCounterValueListBean

public CurrencyCounterValueListBean()
Method Detail

getCounterValueCurrency

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.

Returns:
java.lang.String

getCurrency

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.

Returns:
java.lang.String

getDisplaySequence

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.

Returns:
java.lang.Integer

getStoreEntityId

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.

Returns:
java.lang.Integer