|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.SupportedCurrencyBean
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.
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 |
public SupportedCurrencyBean()
Method Detail |
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.
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |