com.ibm.commerce.fulfillment.objects
Interface FulfillmentCenterDescriptionAccessBeanData

All Known Implementing Classes:
FulfillmentCenterDescriptionAccessBean

public interface FulfillmentCenterDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getFulfillmentCenterId()
           
 java.lang.String getLanguageId()
           
 java.lang.String getStoreAddressId()
           
 void setDescription(java.lang.String newValue)
           
 void setDisplayName(java.lang.String newValue)
           
 void setFulfillmentCenterId(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setStoreAddressId(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getDisplayName

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

getFulfillmentCenterId

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

getStoreAddressId

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

setDescription

public void setDescription(java.lang.String newValue)

setDisplayName

public void setDisplayName(java.lang.String newValue)

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setStoreAddressId

public void setStoreAddressId(java.lang.String newValue)