com.ibm.commerce.fulfillment.objects
Class ShippingModeBean

com.ibm.commerce.fulfillment.objects.ShippingModeBean
All Implemented Interfaces:
java.io.Serializable

public class ShippingModeBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ShippingModeBean

public ShippingModeBean()
Method Detail

getCarrier

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.

Returns:
java.lang.String

getCode

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.Integer

getShippingModeId

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.

Returns:
java.lang.Integer

getStoreEntityId

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.

Returns:
java.lang.Integer

getTrackIcon

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.

Returns:
java.lang.String

getTrackInquiryType

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.

Returns:
java.lang.String

getTrackName

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.

Returns:
java.lang.String

getTrackSocksHost

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.

Returns:
java.lang.String

getTrackSocksPort

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.

Returns:
java.lang.Integer

getTrackURL

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.

Returns:
java.lang.String

setCarrier

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.

Parameters:
aCarrier - java.lang.String
Returns:
void

setCode

public 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.

Parameters:
aCode - java.lang.String
Returns:
void

setField1

public 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.

Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public 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.

Parameters:
aField2 - java.lang.Integer
Returns:
void

setStoreEntityId

public 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.

Parameters:
aStoreEntityId - java.lang.Integer
Returns:
void

setTrackIcon

public 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.

Parameters:
aTrackIcon - java.lang.String
Returns:
void

setTrackInquiryType

public 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.

Parameters:
aTrackInquiryType - java.lang.String
Returns:
void

setTrackName

public 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.

Parameters:
aTrackName - java.lang.String
Returns:
void

setTrackSocksHost

public 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.

Parameters:
aTrackSocksHost - java.lang.String
Returns:
void

setTrackSocksPort

public 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.

Parameters:
aTrackSocksPort - java.lang.Integer
Returns:
void

setTrackURL

public 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.

Parameters:
aTrackURL - java.lang.String
Returns:
void