com.ibm.commerce.fulfillment.objects
Interface ShippingModeAccessBeanData

All Known Implementing Classes:
ShippingModeAccessBean

public interface ShippingModeAccessBeanData


Method Summary
 java.lang.String getCarrier()
           
 java.lang.String getCode()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getShippingModeId()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getTrackIcon()
           
 java.lang.String getTrackInquiryType()
           
 java.lang.String getTrackName()
           
 java.lang.String getTrackSocksHost()
           
 java.lang.String getTrackSocksPort()
           
 java.lang.String getTrackURL()
           
 void setCarrier(java.lang.String newValue)
           
 void setCode(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 void setTrackIcon(java.lang.String newValue)
           
 void setTrackInquiryType(java.lang.String newValue)
           
 void setTrackName(java.lang.String newValue)
           
 void setTrackSocksHost(java.lang.String newValue)
           
 void setTrackSocksPort(java.lang.String newValue)
           
 void setTrackURL(java.lang.String newValue)
           
 

Method Detail

getCarrier

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

getCode

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

getField1

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

getField2

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

getShippingModeId

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

getTrackIcon

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

getTrackInquiryType

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

getTrackName

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

getTrackSocksHost

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

getTrackSocksPort

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

getTrackURL

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

setCarrier

public void setCarrier(java.lang.String newValue)

setCode

public void setCode(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

setTrackIcon

public void setTrackIcon(java.lang.String newValue)

setTrackInquiryType

public void setTrackInquiryType(java.lang.String newValue)

setTrackName

public void setTrackName(java.lang.String newValue)

setTrackSocksHost

public void setTrackSocksHost(java.lang.String newValue)

setTrackSocksPort

public void setTrackSocksPort(java.lang.String newValue)

setTrackURL

public void setTrackURL(java.lang.String newValue)