|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.ShippingModeBean
This bean provides access to the SHIPMODE table.
The following is a description of this table:
Each row of this table represents a ShippingMode for a StoreEntity. A Store can use its own ShippingModes, and the ShippingModes of its StoreGroup.
Constructor Summary | |
ShippingModeBean()
|
Method Summary | |
java.lang.String |
getCarrier()
This method provides access to the SHIPMODE.CARRIER column of DB2 type CHAR(30) NULL. |
java.lang.String |
getCode()
This method provides access to the SHIPMODE.CODE column of DB2 type CHAR(30) NULL. |
java.lang.String |
getField1()
This method provides access to the SHIPMODE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getField2()
This method provides access to the SHIPMODE.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getShippingModeId()
This method provides access to the SHIPMODE.SHIPMODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityId()
This method provides access to the SHIPMODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTrackIcon()
This method provides access to the SHIPMODE.TRACKINGICON column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getTrackInquiryType()
This method provides access to the SHIPMODE.TRACKINGTYPE column of DB2 type CHAR(8) NULL. |
java.lang.String |
getTrackName()
This method provides access to the SHIPMODE.TRACKINGNAME column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getTrackSocksHost()
This method provides access to the SHIPMODE.TRACKINGHOST column of DB2 type VARCHAR(64) NULL. |
java.lang.Integer |
getTrackSocksPort()
This method provides access to the SHIPMODE.TRACKINGPORT column of DB2 type INTEGER NULL. |
java.lang.String |
getTrackURL()
This method provides access to the SHIPMODE.TRACKINGURL column of DB2 type VARCHAR(64) NULL. |
void |
setCarrier(java.lang.String aCarrier)
This method provides access to the SHIPMODE.CARRIER column of DB2 type CHAR(30) NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the SHIPMODE.CODE column of DB2 type CHAR(30) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the SHIPMODE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the SHIPMODE.FIELD2 column of DB2 type INTEGER NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the SHIPMODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTrackIcon(java.lang.String aTrackIcon)
This method provides access to the SHIPMODE.TRACKINGICON column of DB2 type VARCHAR(64) NULL. |
void |
setTrackInquiryType(java.lang.String aTrackInquiryType)
This method provides access to the SHIPMODE.TRACKINGTYPE column of DB2 type CHAR(8) NULL. |
void |
setTrackName(java.lang.String aTrackName)
This method provides access to the SHIPMODE.TRACKINGNAME column of DB2 type VARCHAR(64) NULL. |
void |
setTrackSocksHost(java.lang.String aTrackSocksHost)
This method provides access to the SHIPMODE.TRACKINGHOST column of DB2 type VARCHAR(64) NULL. |
void |
setTrackSocksPort(java.lang.Integer aTrackSocksPort)
This method provides access to the SHIPMODE.TRACKINGPORT column of DB2 type INTEGER NULL. |
void |
setTrackURL(java.lang.String aTrackURL)
This method provides access to the SHIPMODE.TRACKINGURL column of DB2 type VARCHAR(64) NULL. |
Constructor Detail |
public ShippingModeBean()
Method Detail |
public java.lang.String getCarrier()
This method provides access to the SHIPMODE.CARRIER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Carrier identifier.
public java.lang.String getCode()
This method provides access to the SHIPMODE.CODE column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A merchant assigned code, unique for the StoreEntity.
public java.lang.String getField1()
This method provides access to the SHIPMODE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getField2()
This method provides access to the SHIPMODE.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getShippingModeId()
This method provides access to the SHIPMODE.SHIPMODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getStoreEntityId()
This method provides access to the SHIPMODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
public java.lang.String getTrackIcon()
This method provides access to the SHIPMODE.TRACKINGICON column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getTrackInquiryType()
This method provides access to the SHIPMODE.TRACKINGTYPE column of DB2 type CHAR(8) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getTrackName()
This method provides access to the SHIPMODE.TRACKINGNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getTrackSocksHost()
This method provides access to the SHIPMODE.TRACKINGHOST column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Integer getTrackSocksPort()
This method provides access to the SHIPMODE.TRACKINGPORT column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getTrackURL()
This method provides access to the SHIPMODE.TRACKINGURL column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setCarrier(java.lang.String aCarrier)
This method provides access to the SHIPMODE.CARRIER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Carrier identifier.
aCarrier
- java.lang.Stringpublic void setCode(java.lang.String aCode)
This method provides access to the SHIPMODE.CODE column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A merchant assigned code, unique for the StoreEntity.
aCode
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the SHIPMODE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.Integer aField2)
This method provides access to the SHIPMODE.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Integerpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the SHIPMODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
aStoreEntityId
- java.lang.Integerpublic void setTrackIcon(java.lang.String aTrackIcon)
This method provides access to the SHIPMODE.TRACKINGICON column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackIcon
- java.lang.Stringpublic void setTrackInquiryType(java.lang.String aTrackInquiryType)
This method provides access to the SHIPMODE.TRACKINGTYPE column of DB2 type CHAR(8) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackInquiryType
- java.lang.Stringpublic void setTrackName(java.lang.String aTrackName)
This method provides access to the SHIPMODE.TRACKINGNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackName
- java.lang.Stringpublic void setTrackSocksHost(java.lang.String aTrackSocksHost)
This method provides access to the SHIPMODE.TRACKINGHOST column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackSocksHost
- java.lang.Stringpublic void setTrackSocksPort(java.lang.Integer aTrackSocksPort)
This method provides access to the SHIPMODE.TRACKINGPORT column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackSocksPort
- java.lang.Integerpublic void setTrackURL(java.lang.String aTrackURL)
This method provides access to the SHIPMODE.TRACKINGURL column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackURL
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |