Class PARPaymentSearchCriteria

java.lang.Object
com.portal.app.ccare.comp.PARPaymentSearchCriteria
All Implemented Interfaces:
Serializable

public class PARPaymentSearchCriteria extends Object implements Serializable
This is a common class that is used to pass the payment search criteria between the Payment page and the PaymentPage Bean.
Author:
pashok
See Also:
  • Field Details

    • mbLastRadioIsChecked

      public boolean mbLastRadioIsChecked
    • mbFromRadioIsChecked

      public boolean mbFromRadioIsChecked
    • mbAllDatesIsChecked

      public boolean mbAllDatesIsChecked
    • mbAllAmountsIsChecked

      public boolean mbAllAmountsIsChecked
    • mFromDate

      public Date mFromDate
    • mToDate

      public Date mToDate
    • mbShowAllocated

      public boolean mbShowAllocated
    • mbShowUnallocated

      public boolean mbShowUnallocated
    • mbShowReversed

      public boolean mbShowReversed
    • mNMonths

      public Integer mNMonths
    • mFromAmt

      public BigDecimal mFromAmt
    • mToAmt

      public BigDecimal mToAmt
  • Constructor Details

    • PARPaymentSearchCriteria

      public PARPaymentSearchCriteria()
      Default constructor.
  • Method Details

    • reset

      public void reset()