public class OrderDetail extends ERPObject<OrderDetail>
An order detail object contains information retrieved from the ERP system. The information is used for display purposes only and is not persisted to a database table.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
OrderDetail()
Constructs an
OrderDetail object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackOrderQty()
Returns the backorder quantity.
|
java.lang.String |
getContractNumber()
Returns the contract number.
|
java.lang.String |
getCustItemNumber()
Returns the customer item number.
|
java.lang.String |
getDescription()
Returns the item description.
|
java.lang.String |
getExtPrice()
Returns the line extended price.
|
java.lang.String |
getItemNumber()
Returns the item number.
|
java.lang.String |
getItemUom()
Returns the item unit of measure.
|
java.lang.String |
getLineNum()
Returns the order line number.
|
java.lang.String |
getOrderQty()
Returns the order quantity.
|
java.lang.String |
getPrice()
Returns the item price.
|
java.lang.String |
getPriceUom()
Returns the pricing unit of measure.
|
java.lang.String |
getReqShipDate()
Returns the order's requested shipping date.
|
java.lang.String |
getShipQty()
Returns the shipment quantity.
|
java.lang.String |
getStatus()
Returns the line status.
|
java.lang.String |
getStatusImage()
Returns the line status image definition from properties.
|
java.lang.String |
getStatusImage(boolean qualify)
Returns the line status image definition from properties.
|
boolean |
isOpen()
Answers if this order detail object has an open status.
|
void |
setBackOrderQty(java.lang.String value)
Sets the backorder quantity.
|
void |
setContractNumber(java.lang.String value)
Sets the contract number.
|
void |
setCustItemNumber(java.lang.String value)
Sets the customer item number.
|
void |
setDescription(java.lang.String value)
Sets the item description.
|
void |
setExtPrice(java.lang.String value)
Sets the line extended price.
|
void |
setItemNumber(java.lang.String value)
Sets the item number.
|
void |
setItemUom(java.lang.String value)
Sets the item unit of measure.
|
void |
setLineNum(java.lang.String value)
Sets the order line number.
|
void |
setOrderQty(java.lang.String value)
Sets the order quantity.
|
void |
setPrice(java.lang.String value)
Sets the item price.
|
void |
setPriceUom(java.lang.String value)
Sets the pricing unit of measure.
|
void |
setReqShipDate(java.lang.String value)
Sets the order's requested shipping date.
|
void |
setShipQty(java.lang.String value)
Sets the shipment quantity.
|
void |
setStatus(java.lang.String value)
Sets the line status.
|
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 OrderDetail()
OrderDetail
object with all field values set to
null
.public java.lang.String getLineNum()
public void setLineNum(java.lang.String value)
value
- (String) The line number.public java.lang.String getItemNumber()
public void setItemNumber(java.lang.String value)
value
- (String) The item number.public java.lang.String getCustItemNumber()
public void setCustItemNumber(java.lang.String value)
value
- (String) The custoemr item number.public java.lang.String getOrderQty()
public void setOrderQty(java.lang.String value)
value
- (String) The order quantity.public java.lang.String getShipQty()
public void setShipQty(java.lang.String value)
value
- (String) The shipment quantity.public java.lang.String getBackOrderQty()
public void setBackOrderQty(java.lang.String value)
value
- (String) The backorder quantity.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- (String) The item description.public java.lang.String getPrice()
public void setPrice(java.lang.String value)
value
- (String) The item price.public java.lang.String getPriceUom()
public void setPriceUom(java.lang.String value)
value
- (String) The pricing unit of measure.public java.lang.String getStatus()
public java.lang.String getStatusImage()
public java.lang.String getStatusImage(boolean qualify)
qualify
- (boolean) true
to fully qualify the image's
URL by prefixing the configured URL with the site's root URL
(Profile.BASE_URL_NONSECURE) or false
to not do any
prefixing.public void setStatus(java.lang.String value)
value
- (String) The item status.public java.lang.String getItemUom()
public void setItemUom(java.lang.String value)
value
- (String) The item unit of measure.public java.lang.String getExtPrice()
public void setExtPrice(java.lang.String value)
value
- (String) The line extended price.public java.lang.String getReqShipDate()
public void setReqShipDate(java.lang.String value)
value
- (String) - The requested shipping date.public java.lang.String getContractNumber()
public void setContractNumber(java.lang.String value)
value
- (String) - The contract number.public boolean isOpen()
true
if the status is open, otherwise
false