com.ibm.commerce.common.objects
Interface SupportedLanguageAccessBeanData

All Known Implementing Classes:
SupportedLanguageAccessBean

public interface SupportedLanguageAccessBeanData


Method Summary
 java.lang.String getCurrency()
           
 java.lang.String getLanguageId()
           
 java.lang.String getStoreEntityId()
           
 void setCurrency(java.lang.String newValue)
           
 

Method Detail

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

getLanguageId

public java.lang.String getLanguageId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

setCurrency

public void setCurrency(java.lang.String newValue)