public class PARActionItemSearchData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
mAccountNumber |
String |
mActionItemType |
int |
mActionTypeIndex |
boolean |
mbAllAmounts |
boolean |
mbCredits |
boolean |
mbDebits |
String |
mBillNumber |
BigDecimal |
mCreditFrom |
BigDecimal |
mCreditTo |
BigDecimal |
mDebitFrom |
BigDecimal |
mDebitTo |
Date |
mEndDate |
int |
mIncludeChildAmounts |
int |
mIThreshold |
int |
mnLastNMonths |
int |
mnSearchBy |
Date |
mStartDate |
Constructor and Description |
---|
PARActionItemSearchData() |
PARActionItemSearchData(String sAcctNum,
String sBillNum,
int bIncludeChildAmts)
Constructs PARActionItemSearchData class
|
Modifier and Type | Method and Description |
---|---|
void |
loadSavedData(String sAcctNumber,
String sBillNumber,
int includeChildAmts)
Loads the dialog with data
|
void |
reset()
Resets the dialog data
|
String |
toString()
override toString() method
|
public String mActionItemType
public boolean mbAllAmounts
public boolean mbCredits
public boolean mbDebits
public BigDecimal mCreditFrom
public BigDecimal mDebitFrom
public BigDecimal mCreditTo
public BigDecimal mDebitTo
public String mAccountNumber
public String mBillNumber
public int mIncludeChildAmounts
public int mIThreshold
public int mActionTypeIndex
public int mnSearchBy
public int mnLastNMonths
public Date mStartDate
public Date mEndDate
public PARActionItemSearchData()
public PARActionItemSearchData(String sAcctNum, String sBillNum, int bIncludeChildAmts)
sAcctNum
- account number for which AR actions need to be fetched.sBillNum
- bill number for which AR actions need to be fetchedbIncludeChildAmts
- indicates if rolled up or individual totals
will be fetchedpublic void reset()
public void loadSavedData(String sAcctNumber, String sBillNumber, int includeChildAmts)
sAcctNumber
- Account number for which actions must be fetchedsBillNumber
- Bill under the accountincludeChildAmts
- Indicates if actions from child accounts will
be returnedCopyright © 2003, 2023, Oracle and/or its affiliates.