com.ibm.commerce.common.objects
Class SupportedCurrencyBean

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

public class SupportedCurrencyBean
implements java.io.Serializable

This bean provides access to the CURLIST table.

The following is a description of this table:

Each row of this table represents an explicitly supported currency for a StoreEntity. A Store implicitly supports all its default currencies (see the STOREENT and STORELANG tables), and all currencies supported by its StoreGroup.

See Also:
Serialized Form

Constructor Summary
SupportedCurrencyBean()
           
 
Method Summary
 java.lang.String getCurrency()
          This method provides access to the CURLIST.CURRSTR column of DB2 type CHAR(3) NOT NULL.
 java.lang.Integer getStoreEntityId()
          This method provides access to the CURLIST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

SupportedCurrencyBean

public SupportedCurrencyBean()
Method Detail

getCurrency

public java.lang.String getCurrency()

This method provides access to the CURLIST.CURRSTR column of DB2 type CHAR(3) NOT NULL.

The following is a description of this column:

The supported currency. A store must be able to accept payment in all its supported currencies. This is a currency code as per ISO 4217 standards.

Returns:
java.lang.String

getStoreEntityId

public java.lang.Integer getStoreEntityId()

This method provides access to the CURLIST.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity.

Returns:
java.lang.Integer