public class TransferFilter extends Object
| Constructor and Description |
|---|
TransferFilter(Long creditorAccountId,
Long debtorAccountId,
org.everit.commons.selection.util.CalendarRange createdRange,
org.everit.commons.selection.util.CalendarRange accomplishedRange,
String transferCode,
TransferStatus transferStatus)
Constructor for setting final fields.
|
| Modifier and Type | Method and Description |
|---|---|
org.everit.commons.selection.util.CalendarRange |
getAccomplishedRange() |
org.everit.commons.selection.util.CalendarRange |
getCreatedRange() |
Long |
getCreditorAccountId() |
Long |
getDebtorAccountId() |
String |
getTransferCode() |
TransferStatus |
getTransferStatus() |
public TransferFilter(Long creditorAccountId, Long debtorAccountId, org.everit.commons.selection.util.CalendarRange createdRange, org.everit.commons.selection.util.CalendarRange accomplishedRange, String transferCode, TransferStatus transferStatus)
creditorAccountId - The ID of the creditor account or null if all creditor accounts are interested.debtorAccountId - The ID of the debtor account or null if all debtor accounts are interested.createdRange - Only the transfers created in this interval (inclusively) will be listed. If null then no
begin timestamp will be used in the query.accomplishedRange - Only the transfers completed in this interval (inclusively) will be listed. If null then
no end timestamp will be used in the query.transferCode - Only the transfers with the given transferCode will be listed. Ignored if null value.transferStatus - Only the transfers with the given transferStatus will be listed. Ignored if null value.public org.everit.commons.selection.util.CalendarRange getAccomplishedRange()
public org.everit.commons.selection.util.CalendarRange getCreatedRange()
public Long getCreditorAccountId()
public Long getDebtorAccountId()
public String getTransferCode()
public TransferStatus getTransferStatus()
Copyright © 2011–2014 Everit Kft.. All rights reserved.