|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.RMAChargeBean
This bean provides access to the RMACHARGE table.
The following is a description of this table:
This table stores charges or credits, applied to a return merchandise authorization (RMA), which are not for sellable products or services. This can be applicable to the entire RMA or to a specific RMA item, such as restocking fees or shipping credits.
Constructor Summary | |
RMAChargeBean()
|
Method Summary | |
java.math.BigDecimal |
getAmount()
This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Integer |
getChargeTypeId()
This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
java.lang.Long |
getRmaChargeId()
This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaId()
This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemId()
This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setChargeTypeId(java.lang.Integer aChargeTypeId)
This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
void |
setRmaChargeId(java.lang.Long aRmaChargeId)
This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL. |
Constructor Detail |
public RMAChargeBean()
Method Detail |
public java.math.BigDecimal getAmount()
This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Amount of the charge or credit.
public java.lang.Integer getChargeTypeId()
This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The type of charge or credit. The CHARGETYPE_ID column is a foreign key to the CHARGETYPE table. A return policy uses the charge type of a restocking fee for returned items.
public java.lang.String getCurrency()
This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
Currency used for the charge or credit. This is a currency code as per ISO 4217 standards.
public java.lang.Long getRmaChargeId()
This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getRmaId()
This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA to which this charge or credit applies.
public java.lang.Long getRmaItemId()
This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The RMA item to which this charge applies. If this field is NULL, then the charge does not apply to a specific RMA item but against the whole RMA.
public void setAmount(java.math.BigDecimal aAmount)
This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Amount of the charge or credit.
aAmount
- java.math.BigDecimalpublic void setChargeTypeId(java.lang.Integer aChargeTypeId)
This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The type of charge or credit. The CHARGETYPE_ID column is a foreign key to the CHARGETYPE table. A return policy uses the charge type of a restocking fee for returned items.
aChargeTypeId
- java.lang.Integerpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
Currency used for the charge or credit. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setRmaChargeId(java.lang.Long aRmaChargeId)
This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRmaChargeId
- java.lang.Longpublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA to which this charge or credit applies.
aRmaId
- java.lang.Longpublic void setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The RMA item to which this charge applies. If this field is NULL, then the charge does not apply to a specific RMA item but against the whole RMA.
aRmaItemId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |