public class SupportedLanguageBeanBase
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 | languageId |
java.lang.Integer | storeEntityId |
Constructor and Description |
---|
SupportedLanguageBeanBase() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.common.objects.SupportedLanguageKey | ejbCreate(java.lang.Integer aStoreEntityId, java.lang.Integer aLanguageId)
ejbCreate method for a CMP entity bean
|
com.ibm.commerce.common.objects.SupportedLanguageKey | ejbCreate(java.lang.Integer aStoreEntityId, java.lang.Integer aLanguageId, java.lang.String aCurrency)
ejbCreate method for a CMP entity bean
|
void | ejbRemove()
ejbRemove method comment
|
void | ejbStore()
ejbStore method comment
|
java.lang.String | getCurrency()
A default Currency for shoppers using the supported Language in a Store.
|
java.lang.Integer | getLanguageId()
The Language supported by the StoreEntity.
|
java.lang.Integer | getStoreEntityId()
The StoreEntity.
|
void | setCurrency(java.lang.String newCurrency)
A default Currency for shoppers using the supported Language in a Store.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer languageId
public java.lang.Integer storeEntityId
public java.lang.String currency
public void ejbRemove() throws java.rmi.RemoteException, javax.ejb.RemoveException
public void ejbStore()
public java.lang.String getCurrency()
public java.lang.Integer getLanguageId()
public java.lang.Integer getStoreEntityId()
public void setCurrency(java.lang.String newCurrency)
public com.ibm.commerce.common.objects.SupportedLanguageKey ejbCreate(java.lang.Integer aStoreEntityId, java.lang.Integer aLanguageId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public com.ibm.commerce.common.objects.SupportedLanguageKey ejbCreate(java.lang.Integer aStoreEntityId, java.lang.Integer aLanguageId, java.lang.String aCurrency) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException