public class CartAdjustmentLine extends JDBCObject<CartAdjustmentLine>
An adjustment line contains miscellaneous adjustments such as quantity discount and add on allowance.
Adjustment lines are created when a request for quotation is submitted to the ERP system. If a request for quotation is submitted for a cart that already has adjustment lines, the existing adjustment lines are deleted and new lines are created.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
CartAdjustmentLine()
Constructs an
AdjustmentLine object with all field values set
to null. |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Returns the adjustment amount.
|
java.lang.String |
getDescription()
Returns the description.
|
void |
setAmount(java.math.BigDecimal value)
Sets the adjustment amount.
|
void |
setDescription(java.lang.String value)
Sets the description.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatuscloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public CartAdjustmentLine()
AdjustmentLine object with all field values set
to null.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The description.public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal value)
value - (BigDecimal) The adjustment amount.