com.ibm.commerce.fulfillment.objects
Interface ShippingModeAccessBeanData

All Known Implementing Classes:
ShippingModeAccessBean

public interface ShippingModeAccessBeanData

Each row of this table represents a ShippingMode for a StoreEntity. A Store can use its own ShippingModes, and the ShippingModes of its StoreGroup.


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

getShippingModeId

public java.lang.String getShippingModeId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCode

public void setCode(java.lang.String newValue)

getTrackInquiryType

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

setTrackInquiryType

public void setTrackInquiryType(java.lang.String newValue)

getTrackName

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

setTrackName

public void setTrackName(java.lang.String newValue)

getCarrier

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

setCarrier

public void setCarrier(java.lang.String newValue)

getField2

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

setField2

public void setField2(java.lang.String newValue)

getField1

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

setField1

public void setField1(java.lang.String newValue)

getTrackURL

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

setTrackURL

public void setTrackURL(java.lang.String newValue)

getTrackIcon

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

setTrackIcon

public void setTrackIcon(java.lang.String newValue)

getTrackSocksPort

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

setTrackSocksPort

public void setTrackSocksPort(java.lang.String newValue)

getStoreEntityId

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

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

getTrackSocksHost

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

setTrackSocksHost

public void setTrackSocksHost(java.lang.String newValue)

Feedback