|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CalculationCodeDescriptionBean
This bean provides access to the CALCODEDSC table.
The following is a description of this table:
Each row of this table contains Language-dependent information for a CalculationCode.
Constructor Summary | |
CalculationCodeDescriptionBean()
|
Method Summary | |
java.lang.Integer |
getCalculationCodeId()
This method provides access to the CALCODEDSC.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the CALCODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the CALCODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the CALCODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public CalculationCodeDescriptionBean()
Method Detail |
public java.lang.Integer getCalculationCodeId()
This method provides access to the CALCODEDSC.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationCode to which this information applies.
public java.lang.String getDescription()
This method provides access to the CALCODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of the CalculationCode. For discount CalculationCodes, this information is copied to the OrderItemAdjustments created when the CalculationCode is applied to OrderItems in an Order.
public java.lang.Integer getLanguageId()
This method provides access to the CALCODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for which this information applies. For a list of language components, see the LANGUAGE table.
public void setDescription(java.lang.String aDescription)
This method provides access to the CALCODEDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of the CalculationCode. For discount CalculationCodes, this information is copied to the OrderItemAdjustments created when the CalculationCode is applied to OrderItems in an Order.
aDescription
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |