public class ARSummary extends ERPObject<ARSummary>
An A/R summary 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 |
---|
ARSummary()
Constructs an
ARSummary object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
void |
addARAging(ARAging line)
Adds an A/R aging line item to the collection of A/R agings.
|
void |
addARDetail(ARDetail line)
Adds an A/R detail line item to the collection of A/R details.
|
java.lang.String |
get12MonthsGrossSales()
Returns the last 12 months sales amount (including freight and tax).
|
java.lang.String |
get12MonthsNetSales()
Returns the last 12 months sales amount (excluding freight and tax).
|
java.util.ArrayList<ARAging> |
getARAgings()
Returns the collection of A/R aging line items.
|
java.lang.String |
getARContactName()
Returns the A/R contact name.
|
java.lang.String |
getARCurrentAmt()
Returns the A/R current amount.
|
java.util.ArrayList<ARDetail> |
getARDetails()
Returns the collection of A/R detail line items.
|
java.lang.String |
getARFutureAmt()
Returns the A/R future amount.
|
java.lang.String |
getARPastAmt()
Returns the A/R past amount.
|
java.lang.String |
getARPhoneNumber()
Returns the A/R phone number.
|
java.lang.String |
getARTermsName()
Returns the A/R terms description.
|
java.lang.String |
getARTotalAmt()
Returns the A/R total amount.
|
java.lang.String |
getAveragePayDays()
Returns the average pay days.
|
java.lang.String |
getCreditLimitAmt()
Returns the credit limit amount.
|
java.lang.String |
getCreditLimitName()
Returns the credit limit description.
|
java.lang.String |
getDateLastOrdered()
Returns the last ordered date.
|
java.lang.String |
getDateLastPaid()
Returns the last paid date.
|
java.lang.String |
getDateOpened()
Returns the account opened date.
|
java.lang.String |
getDaysLastPaid()
Returns the days since last paid.
|
java.lang.String |
getHighPayDays()
Returns the high pay days.
|
java.lang.String |
getHighPayDaysDate()
Returns the high pay days date.
|
java.lang.String |
getOpenOrdersAmt()
Returns the value of open orders.
|
java.lang.String |
getOpenOrdersCount()
Returns the number of open orders.
|
java.lang.String |
getOpenQuotesCount()
Returns the number of open quotes.
|
java.lang.String |
getPaidById()
Returns the paid-by customer Id.
|
java.lang.String |
getPaidByName()
Returns the paid-by customer name.
|
java.lang.String |
getUnappliedCashAmt()
Returns the unapplied case amount.
|
java.lang.String |
getYTDGrossSales()
Returns the year-to-date sales amount (including freight and tax).
|
java.lang.String |
getYTDNetSales()
Returns the year-to-date sales amount (excluding freight and tax).
|
void |
set12MonthsGrossSales(java.lang.String value)
Sets the last 12 months sales amount (including freight and tax).
|
void |
set12MonthsNetSales(java.lang.String value)
Sets the last 12 months sales amount (excluding freight and tax).
|
void |
setARContactName(java.lang.String value)
Sets the A/R contact name.
|
void |
setARCurrentAmt(java.lang.String value)
Sets the A/R current amount.
|
void |
setARFutureAmt(java.lang.String value)
Sets the A/R future amount.
|
void |
setARPastAmt(java.lang.String value)
Sets the A/R past amount.
|
void |
setARPhoneNumber(java.lang.String value)
Sets the A/R phone number.
|
void |
setARTermsName(java.lang.String value)
Sets the A/R terms description.
|
void |
setARTotalAmt(java.lang.String value)
Sets the A/R total amount.
|
void |
setAveragePayDays(java.lang.String value)
Sets the average pay days.
|
void |
setCreditLimitAmt(java.lang.String value)
Sets the credit limit amount.
|
void |
setCreditLimitName(java.lang.String value)
Sets the credit limit description.
|
void |
setDateLastOrdered(java.lang.String value)
Sets the last ordered date.
|
void |
setDateLastPaid(java.lang.String value)
Sets the last paid date.
|
void |
setDateOpened(java.lang.String value)
Sets the account opened date.
|
void |
setDaysLastPaid(java.lang.String value)
Sets the days since last paid.
|
void |
setHighPayDays(java.lang.String value)
Sets the high pay days.
|
void |
setHighPayDaysDate(java.lang.String value)
Sets the high pay days date.
|
void |
setOpenOrdersAmt(java.lang.String value)
Sets the value of open orders.
|
void |
setOpenOrdersCount(java.lang.String value)
Sets the number of open orders.
|
void |
setOpenQuotesCount(java.lang.String value)
Sets the number of open quotes.
|
void |
setPaidById(java.lang.String value)
Sets the paid-by customer Id.
|
void |
setPaidByName(java.lang.String value)
Sets the paid-by customer name.
|
void |
setUnappliedCashAmt(java.lang.String value)
Sets the unapplied case amount.
|
void |
setYTDGrossSales(java.lang.String value)
Sets the year-to-date sales amount (including freight and tax).
|
void |
setYTDNetSales(java.lang.String value)
Sets the year-to-date sales amount (excluding freight and tax).
|
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 ARSummary()
ARSummary
object with all field values set to
null
.public java.lang.String getPaidById()
public void setPaidById(java.lang.String value)
value
- (String) The paid-by customer Id.public java.lang.String getPaidByName()
public void setPaidByName(java.lang.String value)
value
- (String) The paid-by customer name.public java.lang.String getARPhoneNumber()
public void setARPhoneNumber(java.lang.String value)
value
- (String) The A/R phone number.public java.lang.String getARContactName()
public void setARContactName(java.lang.String value)
value
- (String) - The A/R contact name.public java.lang.String getARTermsName()
public void setARTermsName(java.lang.String value)
value
- (String) The A/R terms description.public java.lang.String getCreditLimitAmt()
public void setCreditLimitAmt(java.lang.String value)
value
- (String) The credit limit amount.public java.lang.String getCreditLimitName()
public void setCreditLimitName(java.lang.String value)
value
- (String) The credit limit description.public java.lang.String getDateOpened()
public void setDateOpened(java.lang.String value)
value
- (String) The account opened date.public java.lang.String getDateLastOrdered()
public void setDateLastOrdered(java.lang.String value)
value
- (String) The last ordered date.public java.lang.String getDateLastPaid()
public void setDateLastPaid(java.lang.String value)
value
- (String) The last paid date.public java.lang.String getDaysLastPaid()
public void setDaysLastPaid(java.lang.String value)
value
- (String) The days since last paid.public java.lang.String getAveragePayDays()
public void setAveragePayDays(java.lang.String value)
value
- (String) The average pay days.public java.lang.String getHighPayDays()
public void setHighPayDays(java.lang.String value)
value
- (String) The high pay days.public java.lang.String getHighPayDaysDate()
public void setHighPayDaysDate(java.lang.String value)
value
- (String) The high pay days date.public java.lang.String getOpenOrdersCount()
public void setOpenOrdersCount(java.lang.String value)
value
- (String) The number of open orders.public java.lang.String getOpenOrdersAmt()
public void setOpenOrdersAmt(java.lang.String value)
value
- (String) The value of open orders.public java.lang.String getOpenQuotesCount()
public void setOpenQuotesCount(java.lang.String value)
value
- (String) The number of open quotes.public java.lang.String getARTotalAmt()
public void setARTotalAmt(java.lang.String value)
value
- (String) The A/R total amount.public java.lang.String getARFutureAmt()
public void setARFutureAmt(java.lang.String value)
value
- (String) The A/R future amount.public java.lang.String getARCurrentAmt()
public void setARCurrentAmt(java.lang.String value)
value
- (String) The A/R current amount.public java.lang.String getARPastAmt()
public void setARPastAmt(java.lang.String value)
value
- (String) The A/R past amount.public java.lang.String getYTDNetSales()
public void setYTDNetSales(java.lang.String value)
value
- (String) The year-to-date sales amount.public java.lang.String getYTDGrossSales()
public void setYTDGrossSales(java.lang.String value)
value
- (String) The year-to-date sales amount.public java.lang.String get12MonthsNetSales()
public void set12MonthsNetSales(java.lang.String value)
value
- (String) The last 12 months sales amount.public java.lang.String get12MonthsGrossSales()
public void set12MonthsGrossSales(java.lang.String value)
value
- (String) The last 12 months sales amount.public java.lang.String getUnappliedCashAmt()
public void setUnappliedCashAmt(java.lang.String value)
value
- (String) The unapplied case amount.public void addARAging(ARAging line)
line
- (ARAging) The A/R aging line item.public java.util.ArrayList<ARAging> getARAgings()
public void addARDetail(ARDetail line)
line
- (ARDetail) The A/R detail line item.public java.util.ArrayList<ARDetail> getARDetails()