public class OrderAuditLine extends JDBCObject<OrderAuditLine>
| 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 |
|---|
OrderAuditLine()
Constructs a
OrderAuditLine object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the line item description.
|
int |
getLineNumber()
Returns the line number within the order.
|
int |
getOrderRef()
Returns the unique reference number for the order.
|
java.lang.String |
getOrderUomCode()
Returns the order unit of measure code.
|
java.math.BigDecimal |
getPrice()
Returns the unit price amount.
|
java.math.BigDecimal |
getPriceOverride()
Returns the price override amount.
|
java.lang.String |
getPriceUomCode()
Returns the price unit of measure code.
|
java.lang.String |
getProductCode()
Returns the product code.
|
int |
getQuantity()
Returns the order quantity.
|
void |
setDescription(java.lang.String value)
Sets the line item description.
|
void |
setLineNumber(int value)
Sets the line number within the order.
|
void |
setOrderRef(int value)
Sets the unique reference number for the order.
|
void |
setOrderUomCode(java.lang.String value)
Sets the order unit of measure code.
|
void |
setPrice(java.math.BigDecimal value)
Sets the unit price amount.
|
void |
setPriceOverride(java.math.BigDecimal value)
Sets the price override amount.
|
void |
setPriceUomCode(java.lang.String value)
Sets the price unit of measure code.
|
void |
setProductCode(java.lang.String value)
Sets the product code.
|
void |
setQuantity(int value)
Sets the order quantity.
|
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 OrderAuditLine()
OrderAuditLine object with all field values set to
null.public int getOrderRef()
public void setOrderRef(int value)
value - (int) The unique reference number for the order.public int getLineNumber()
public void setLineNumber(int value)
value - (int) The line number within the order.public java.lang.String getProductCode()
public void setProductCode(java.lang.String value)
value - (String) The product code.public java.lang.String getOrderUomCode()
public void setOrderUomCode(java.lang.String value)
value - (String) The order unit of measure code.public int getQuantity()
public void setQuantity(int value)
value - (int) The order quantity.public java.math.BigDecimal getPrice()
public void setPrice(java.math.BigDecimal value)
value - (BigDecimal) The unit price amount.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The line item description.public java.math.BigDecimal getPriceOverride()
public void setPriceOverride(java.math.BigDecimal value)
value - (BigDecimal) The price override amount.public java.lang.String getPriceUomCode()
public void setPriceUomCode(java.lang.String value)
value - (String) The price unit of measure code.