public class QuantityOnOrder extends JDBCObject<QuantityOnOrder>
A quantity on order object contains information retrieved from the ERP system. The information has a short life span (typically the life of a product list) and is therefore not persisted to a database table.
Each product object stores its own set of quantity on order data. See the
Product
class' methods for getOnOrderFromSupplier
and setOnOrderFromSupplier
.
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_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
QuantityOnOrder()
Constructs a
QuantityOnOrder object with all field values set
to null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpectedDate()
Returns the expected date (preformatted by the ERP system).
|
int |
getQuantity()
Returns the quantity.
|
void |
setExpectedDate(java.lang.String value)
Sets the expected date (preformatted by the ERP system).
|
void |
setQuantity(int value)
Sets the quantity.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, 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, toStringArray
private static final long serialVersionUID
public QuantityOnOrder()
QuantityOnOrder
object with all field values set
to null
.public java.lang.String getExpectedDate()
public void setExpectedDate(java.lang.String value)
value
- (String) The expected receipt date.public int getQuantity()
public void setQuantity(int value)
value
- (int) The quantity.