net.datacrow.console.windows.loan
Class LoanFilter
java.lang.Object
net.datacrow.console.windows.loan.LoanFilter
public class LoanFilter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_CURRENT_LOANS
public static final int _CURRENT_LOANS
- See Also:
- Constant Field Values
_HISTORIC_LOANS
public static final int _HISTORIC_LOANS
- See Also:
- Constant Field Values
_ALL_LOANS
public static final int _ALL_LOANS
- See Also:
- Constant Field Values
LoanFilter
public LoanFilter()
setOnlyOverdue
public void setOnlyOverdue(boolean onlyOverdue)
setStartDateFrom
public void setStartDateFrom(java.util.Date startDateFrom)
setStartDateTo
public void setStartDateTo(java.util.Date startDateTo)
getDueDateFrom
public java.util.Date getDueDateFrom()
setDueDateFrom
public void setDueDateFrom(java.util.Date dueDateFrom)
getDueDateTo
public java.util.Date getDueDateTo()
setDueDateTo
public void setDueDateTo(java.util.Date dueDateTo)
setPerson
public void setPerson(DcObject person)
setModule
public void setModule(DcModule module)
setLoanType
public void setLoanType(int loanType)
getItems
public java.util.List<DcObject> getItems()