public class FilterTransactions extends Dto
| Constructor and Description |
|---|
FilterTransactions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAfterDate() |
java.lang.Long |
getBeforeDate() |
TransactionNature |
getNature() |
TransactionStatus |
getStatus() |
TransactionType |
getType() |
java.util.Map<java.lang.String,java.lang.String> |
getValues()
Gets map of fields and values.
|
void |
setAfterDate(java.lang.Long afterDate) |
void |
setBeforeDate(java.lang.Long beforeDate) |
void |
setNature(TransactionNature nature) |
void |
setStatus(TransactionStatus status) |
void |
setType(TransactionType type) |
getDependentObjects, getReadOnlyProperties, getSubObjectspublic TransactionStatus getStatus()
public void setStatus(TransactionStatus status)
public TransactionType getType()
public void setType(TransactionType type)
public TransactionNature getNature()
public void setNature(TransactionNature nature)
public java.lang.Long getBeforeDate()
public void setBeforeDate(java.lang.Long beforeDate)
public java.lang.Long getAfterDate()
public void setAfterDate(java.lang.Long afterDate)