public class SupportedCurrencyBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT |
java.lang.String | currency |
java.lang.Integer | storeEntityId |
Constructor and Description |
---|
SupportedCurrencyBeanBase() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.common.objects.SupportedCurrencyKey | ejbCreate(java.lang.Integer aStoreEntityId, java.lang.String aCurrency)
ejbCreate method for a CMP entity bean
|
java.lang.String | getCurrency()
The supported currency.
|
java.lang.Integer | getStoreEntityId()
The StoreEntity.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer storeEntityId
public java.lang.String currency
public java.lang.String getCurrency()
public java.lang.Integer getStoreEntityId()
public com.ibm.commerce.common.objects.SupportedCurrencyKey ejbCreate(java.lang.Integer aStoreEntityId, java.lang.String aCurrency) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException