public class TransactionSearchData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TransactionSearchData() |
| Modifier and Type | Method and Description |
|---|---|
AccountOwner |
getAccountOwner() |
java.util.List<AccountTypeVO> |
getAccountTypes() |
boolean |
isCanViewAuthorized() |
boolean |
isCanViewScheduled() |
void |
setAccountOwner(AccountOwner accountOwner) |
void |
setAccountTypes(java.util.List<AccountTypeVO> accountTypes) |
void |
setCanViewAuthorized(boolean canViewAuthorized) |
void |
setCanViewScheduled(boolean canViewScheduled) |
public AccountOwner getAccountOwner()
public java.util.List<AccountTypeVO> getAccountTypes()
public boolean isCanViewAuthorized()
public boolean isCanViewScheduled()
public void setAccountOwner(AccountOwner accountOwner)
public void setAccountTypes(java.util.List<AccountTypeVO> accountTypes)
public void setCanViewAuthorized(boolean canViewAuthorized)
public void setCanViewScheduled(boolean canViewScheduled)