|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ChargeTypeBean
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.
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 |
public ChargeTypeBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aChargeTypeId
- java.lang.Integerpublic 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.
aCode
- java.lang.Stringpublic 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.
aDisplayAggregated
- java.lang.Stringpublic 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.
aMarkForDeleted
- java.lang.Integerpublic 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.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |