public class OrderRequestLine extends JDBCObject<OrderRequestLine>
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 |
---|
OrderRequestLine()
Constructs an
OrderRequestLine object with all field values set
to null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the product description.
|
int |
getLineNumber()
Returns the line number.
|
int |
getOrderQuantity()
Returns the order quantity.
|
double |
getPrice()
Returns the product price.
|
java.lang.String |
getProductId()
Returns the product id.
|
java.lang.String |
getUnitMeasure()
Returns the product unit measure code.
|
void |
setDescription(java.lang.String value)
Sets the product description.
|
void |
setLineNumber(int value)
Sets the line number.
|
void |
setOrderQuantity(int value)
Sets the order quantity.
|
void |
setPrice(double value)
Sets the product price.
|
void |
setProductId(java.lang.String value)
Sets the product id.
|
void |
setUnitMeasure(java.lang.String value)
Sets the product unit measure code.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
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 OrderRequestLine()
OrderRequestLine
object with all field values set
to null
.public int getLineNumber()
public void setLineNumber(int value)
value
- (int) The line number.public java.lang.String getProductId()
public void setProductId(java.lang.String value)
value
- (String) The product id.public java.lang.String getUnitMeasure()
public void setUnitMeasure(java.lang.String value)
value
- (String) The product unit measure code.public int getOrderQuantity()
public void setOrderQuantity(int value)
value
- (int) The order quantity.public double getPrice()
public void setPrice(double value)
value
- (double) The product price.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- (String) The product description.public java.lang.String toString()
toString
in class java.lang.Object