java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.common.objimpl.SupportedLanguageBeanBase
Each row of this table indicates that a StoreEntity supports a Language. A Store also supports all Languages supported by its StoreGroup, and must be able to provide information when requested for a supported Language. See also LANGPAIR.
Field Summary | |
static java.lang.String | COPYRIGHT |
java.lang.String | currency |
java.lang.Integer | languageId |
java.lang.Integer | storeEntityId |
Constructor Summary | |
SupportedLanguageBeanBase() |
Method Summary | |
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 |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public java.lang.Integer languageId
public java.lang.Integer storeEntityId
public java.lang.String currency
Constructor Detail |
public SupportedLanguageBeanBase()
Method Detail |
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.