com.ibm.commerce.common.objects
Interface StoreEntityAccessBeanData

All Known Implementing Classes:
StoreEntityAccessBean

public interface StoreEntityAccessBeanData


Method Summary
 java.lang.String getDefaultCurrency()
           
 java.lang.String getIdentifier()
           
 java.lang.String getMemberId()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getType()
           
 void setDefaultCurrency(java.lang.String newValue)
           
 void setIdentifier(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 

Method Detail

getDefaultCurrency

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

getIdentifier

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

getMemberId

public java.lang.String getMemberId()
                             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

getType

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

setDefaultCurrency

public void setDefaultCurrency(java.lang.String newValue)

setIdentifier

public void setIdentifier(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)