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 |
public java.lang.String getShippingModeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCode(java.lang.String newValue)
public java.lang.String getTrackInquiryType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTrackInquiryType(java.lang.String newValue)
public java.lang.String getTrackName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTrackName(java.lang.String newValue)
public java.lang.String getCarrier() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCarrier(java.lang.String newValue)
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField2(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField1(java.lang.String newValue)
public java.lang.String getTrackURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTrackURL(java.lang.String newValue)
public java.lang.String getTrackIcon() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTrackIcon(java.lang.String newValue)
public java.lang.String getTrackSocksPort() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTrackSocksPort(java.lang.String newValue)
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreEntityId(java.lang.String newValue)
public java.lang.String getTrackSocksHost() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTrackSocksHost(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.