Package com.blockchyp.client.dto
Class ApplicationAccount
java.lang.Object
com.blockchyp.client.dto.ApplicationAccount
Models a bank account associated with an application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the account holder.Gets the account number.getBank()Gets the name of the bank.getName()Gets the name of the bank account.Gets the routing number of the bank.voidsetAccountHolderName(String value) Sets the name of the account holder.voidsetAccountNumber(String value) Sets the account number.voidSets the name of the bank.voidSets the name of the bank account.voidsetRoutingNumber(String value) Sets the routing number of the bank.
-
Constructor Details
-
ApplicationAccount
public ApplicationAccount()
-
-
Method Details
-
setName
Sets the name of the bank account.- Parameters:
value- the name of the bank account.
-
getName
Gets the name of the bank account.- Returns:
- the name of the bank account.
-
setBank
Sets the name of the bank.- Parameters:
value- the name of the bank.
-
getBank
Gets the name of the bank.- Returns:
- the name of the bank.
-
setAccountHolderName
Sets the name of the account holder.- Parameters:
value- the name of the account holder.
-
getAccountHolderName
Gets the name of the account holder.- Returns:
- the name of the account holder.
-
setRoutingNumber
Sets the routing number of the bank.- Parameters:
value- the routing number of the bank.
-
getRoutingNumber
Gets the routing number of the bank.- Returns:
- the routing number of the bank.
-
setAccountNumber
Sets the account number.- Parameters:
value- the account number.
-
getAccountNumber
Gets the account number.- Returns:
- the account number.
-