public class PARPaymentSearchCriteria extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
mbAllAmountsIsChecked |
boolean |
mbAllDatesIsChecked |
boolean |
mbFromRadioIsChecked |
boolean |
mbLastRadioIsChecked |
boolean |
mbShowAllocated |
boolean |
mbShowReversed |
boolean |
mbShowUnallocated |
BigDecimal |
mFromAmt |
Date |
mFromDate |
Integer |
mNMonths |
BigDecimal |
mToAmt |
Date |
mToDate |
Constructor and Description |
---|
PARPaymentSearchCriteria()
Default constructor.
|
public boolean mbLastRadioIsChecked
public boolean mbFromRadioIsChecked
public boolean mbAllDatesIsChecked
public boolean mbAllAmountsIsChecked
public Date mFromDate
public Date mToDate
public boolean mbShowAllocated
public boolean mbShowUnallocated
public boolean mbShowReversed
public Integer mNMonths
public BigDecimal mFromAmt
public BigDecimal mToAmt
Copyright © 2003, 2023, Oracle and/or its affiliates.