com.ibm.commerce.common.objects
Interface StoreDefaultAccessBeanData

All Known Implementing Classes:
StoreDefaultAccessBean

public interface StoreDefaultAccessBeanData


Method Summary
 java.lang.String getContractId()
           
 java.lang.String getShipModeId()
           
 java.lang.String getStoreId()
           
 void setContractId(java.lang.String newValue)
           
 void setShipModeId(java.lang.String newValue)
           
 

Method Detail

getContractId

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

getShipModeId

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

getStoreId

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

setContractId

public void setContractId(java.lang.String newValue)

setShipModeId

public void setShipModeId(java.lang.String newValue)