public class ARDetail extends ERPObject<ARDetail>
An A/R 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 |
---|
ARDetail()
Constructs a
ARDetail object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBalanceDueAmt()
Returns the balance due amount.
|
java.lang.String |
getDueDate()
Returns the due date.
|
java.lang.String |
getInvoiceAmt()
Returns the invoice amount.
|
java.lang.String |
getInvoiceDate()
Returns the invoice date.
|
java.lang.String |
getInvoiceNumber()
Returns the invoice number.
|
java.lang.String |
getOrderNumber()
Returns the order number.
|
java.lang.String |
getPONumber()
Returns the customer p.o.
|
void |
setBalanceDueAmt(java.lang.String value)
Sets the balance due amount.
|
void |
setDueDate(java.lang.String value)
Sets the due date.
|
void |
setInvoiceAmt(java.lang.String value)
Sets the invoice amount.
|
void |
setInvoiceDate(java.lang.String value)
Sets the invoice date.
|
void |
setInvoiceNumber(java.lang.String value)
Sets the invoice number.
|
void |
setOrderNumber(java.lang.String value)
Sets the order number.
|
void |
setPONumber(java.lang.String value)
Sets the customer p.o.
|
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 ARDetail()
ARDetail
object with all field values set to
null
.public java.lang.String getInvoiceNumber()
public void setInvoiceNumber(java.lang.String value)
value
- (String) The invoice number.public java.lang.String getInvoiceDate()
public void setInvoiceDate(java.lang.String value)
value
- (String) The invoice date.public java.lang.String getDueDate()
public void setDueDate(java.lang.String value)
value
- (String) The due date.public java.lang.String getPONumber()
public void setPONumber(java.lang.String value)
value
- (String) - The customer p.o. number.public java.lang.String getInvoiceAmt()
public void setInvoiceAmt(java.lang.String value)
value
- (String) The invoice amount.public java.lang.String getBalanceDueAmt()
public void setBalanceDueAmt(java.lang.String value)
value
- (String) The balance due amount.public java.lang.String getOrderNumber()
public void setOrderNumber(java.lang.String value)
value
- (String) The order number.