com.ibm.commerce.ordermanagement.objects
Class ChargeTypeBean

com.ibm.commerce.ordermanagement.objects.ChargeTypeBean
All Implemented Interfaces:
java.io.Serializable

public class ChargeTypeBean
implements java.io.Serializable

This bean provides access to the CHARGETYPE table.

The following is a description of this table:

Charge or credit applied against a transaction which is not for product. Examples include expedite fees, customization fees, and restocking fees.

See Also:
Serialized Form

Constructor Summary
ChargeTypeBean()
           
 
Method Summary
 java.lang.Integer getChargeTypeId()
          This method provides access to the CHARGETYPE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getCode()
          This method provides access to the CHARGETYPE.CODE column of DB2 type CHAR(10) NOT NULL.
 java.lang.String getDisplayAggregated()
          This method provides access to the CHARGETYPE.DISPLAYAGGREGATED column of DB2 type CHAR(1) NOT NULL.
 java.lang.Integer getMarkForDeleted()
          This method provides access to the CHARGETYPE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the CHARGETYPE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setChargeTypeId(java.lang.Integer aChargeTypeId)
          This method provides access to the CHARGETYPE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
 void setCode(java.lang.String aCode)
          This method provides access to the CHARGETYPE.CODE column of DB2 type CHAR(10) NOT NULL.
 void setDisplayAggregated(java.lang.String aDisplayAggregated)
          This method provides access to the CHARGETYPE.DISPLAYAGGREGATED column of DB2 type CHAR(1) NOT NULL.
 void setMarkForDeleted(java.lang.Integer aMarkForDeleted)
          This method provides access to the CHARGETYPE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the CHARGETYPE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

ChargeTypeBean

public ChargeTypeBean()
Method Detail

getChargeTypeId

public java.lang.Integer getChargeTypeId()

This method provides access to the CHARGETYPE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer

getCode

public java.lang.String getCode()

This method provides access to the CHARGETYPE.CODE column of DB2 type CHAR(10) NOT NULL.

The following is a description of this column:

Code used for referencing this Charge Type.

Returns:
java.lang.String

getDisplayAggregated

public java.lang.String getDisplayAggregated()

This method provides access to the CHARGETYPE.DISPLAYAGGREGATED column of DB2 type CHAR(1) NOT NULL.

The following is a description of this column:

A suggestion to the GUI to aggregate the charge or credit into the appropriate transaction or transaction item for display purposes. Charges or credits are stored individually to facilitate tax calculations.

Returns:
java.lang.String

getMarkForDeleted

public java.lang.Integer getMarkForDeleted()

This method provides access to the CHARGETYPE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this Charge Type has been marked for deletion:
0 = No.
1 = Yes.

Returns:
java.lang.Integer

getStoreentId

public java.lang.Integer getStoreentId()

This method provides access to the CHARGETYPE.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store Entity that uses this Charge Type.

Returns:
java.lang.Integer

setChargeTypeId

public void setChargeTypeId(java.lang.Integer aChargeTypeId)

This method provides access to the CHARGETYPE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

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

setCode

public void setCode(java.lang.String aCode)

This method provides access to the CHARGETYPE.CODE column of DB2 type CHAR(10) NOT NULL.

The following is a description of this column:

Code used for referencing this Charge Type.

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

setDisplayAggregated

public void setDisplayAggregated(java.lang.String aDisplayAggregated)

This method provides access to the CHARGETYPE.DISPLAYAGGREGATED column of DB2 type CHAR(1) NOT NULL.

The following is a description of this column:

A suggestion to the GUI to aggregate the charge or credit into the appropriate transaction or transaction item for display purposes. Charges or credits are stored individually to facilitate tax calculations.

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

setMarkForDeleted

public void setMarkForDeleted(java.lang.Integer aMarkForDeleted)

This method provides access to the CHARGETYPE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this Charge Type has been marked for deletion:
0 = No.
1 = Yes.

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

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the CHARGETYPE.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store Entity that uses this Charge Type.

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