|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.ShippingModeDescriptionBean
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.
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 |
public ShippingModeDescriptionBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aField1
- java.lang.Stringpublic 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.
aField2
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |