public class ARAging extends ERPObject<ARAging>
An A/R aging 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 |
---|
ARAging()
Constructs a
ARAging object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAR01to30DaysAmt()
Returns the A/R 1 to 30 days old amount.
|
java.lang.String |
getAR31to60DaysAmt()
Returns the A/R 31 to 60 days old amount.
|
java.lang.String |
getAR61to90DaysAmt()
Returns the A/R 61 to 90 days old amount.
|
java.lang.String |
getARCurrentAmt()
Returns the A/R current amount.
|
java.lang.String |
getARFutureAmt()
Returns the A/R future amount.
|
java.lang.String |
getAROver90DaysAmt()
Returns the A/R over 90 days old amount.
|
java.lang.String |
getARTotalAmt()
Returns the A/R total amount.
|
java.lang.String |
getMonthBusiness()
Returns the month-of-business.
|
void |
setAR01to30DaysAmt(java.lang.String value)
Sets the A/R 1 to 30 days old amount.
|
void |
setAR31to60DaysAmt(java.lang.String value)
Sets the A/R 31 to 60 days old amount.
|
void |
setAR61to90DaysAmt(java.lang.String value)
Sets the A/R 61 to 90 days old amount.
|
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 |
setAROver90DaysAmt(java.lang.String value)
Sets the A/R over 90 days old amount.
|
void |
setARTotalAmt(java.lang.String value)
Sets the A/R total amount.
|
void |
setMonthBusiness(java.lang.String value)
Sets the month-of-business.
|
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 ARAging()
ARAging
object with all field values set to
null
.public java.lang.String getMonthBusiness()
public void setMonthBusiness(java.lang.String value)
value
- (String) The month-of-business.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 getAR01to30DaysAmt()
public void setAR01to30DaysAmt(java.lang.String value)
value
- (String) The A/R 1 to 30 days old amount.public java.lang.String getAR31to60DaysAmt()
public void setAR31to60DaysAmt(java.lang.String value)
value
- (String) The A/R 31 to 60 days old amount.public java.lang.String getAR61to90DaysAmt()
public void setAR61to90DaysAmt(java.lang.String value)
value
- (String) The A/R 61 to 90 days old amount.public java.lang.String getAROver90DaysAmt()
public void setAROver90DaysAmt(java.lang.String value)
value
- (String) - The A/R over 90 days old amount.