com.ibm.commerce.fulfillment.objects
Class ShippingModeDescriptionBean

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

public class ShippingModeDescriptionBean
implements java.io.Serializable

This bean provides access to the SHPMODEDSC table.

The following is a description of this table:

Each row of this table contains language-dependent information about a ShippingMode.

See Also:
Serialized Form

Constructor Summary
ShippingModeDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the SHPMODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField1()
          This method provides access to the SHPMODEDSC.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField2()
          This method provides access to the SHPMODEDSC.FIELD2 column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the SHPMODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getShipModeId()
          This method provides access to the SHPMODEDSC.SHIPMODE_ID column of DB2 type INTEGER NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the SHPMODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the SHPMODEDSC.FIELD1 column of DB2 type VARCHAR(254) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the SHPMODEDSC.FIELD2 column of DB2 type VARCHAR(254) NULL.
 

Constructor Detail

ShippingModeDescriptionBean

public ShippingModeDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

This method provides access to the SHPMODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the ShippingMode, suitable for display to a customer for selection.

Returns:
java.lang.String

getField1

public java.lang.String getField1()

This method provides access to the SHPMODEDSC.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.String getField2()

This method provides access to the SHPMODEDSC.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the SHPMODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getShipModeId

public java.lang.Integer getShipModeId()

This method provides access to the SHPMODEDSC.SHIPMODE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ShippingMode.

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the SHPMODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the ShippingMode, suitable for display to a customer for selection.

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

setField1

public void setField1(java.lang.String aField1)

This method provides access to the SHPMODEDSC.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.String aField2)

This method provides access to the SHPMODEDSC.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

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