com.ibm.commerce.order.objects
Class OrderAdjustmentDescriptionBean

com.ibm.commerce.order.objects.OrderAdjustmentDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class OrderAdjustmentDescriptionBean
implements java.io.Serializable

This bean provides access to the ORDADJDSC table.

The following is a description of this table:

Each row of this table contains language-dependent information for an OrderAdjustment.

See Also:
Serialized Form

Constructor Summary
OrderAdjustmentDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the ORDADJDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the ORDADJDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getOrderAdjustmentId()
          This method provides access to the ORDADJDSC.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the ORDADJDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the ORDADJDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setOrderAdjustmentId(java.lang.Long aOrderAdjustmentId)
          This method provides access to the ORDADJDSC.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

OrderAdjustmentDescriptionBean

public OrderAdjustmentDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

A brief description of the OrderAdjustment, suitable for display to a customer. Normally, this is the CalculationCode description (CALCODEDSC.DESCRIPTION) of the CalculationCode used to create the OrderAdjustment.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

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

The following is a description of this column:

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

Returns:
java.lang.Integer

getOrderAdjustmentId

public java.lang.Long getOrderAdjustmentId()

This method provides access to the ORDADJDSC.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Long

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

A brief description of the OrderAdjustment, suitable for display to a customer. Normally, this is the CalculationCode description (CALCODEDSC.DESCRIPTION) of the CalculationCode used to create the OrderAdjustment.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

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

The following is a description of this column:

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

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

setOrderAdjustmentId

public void setOrderAdjustmentId(java.lang.Long aOrderAdjustmentId)

This method provides access to the ORDADJDSC.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Parameters:
aOrderAdjustmentId - java.lang.Long
Returns:
void