Class BankAccount
- java.lang.Object
-
- br.com.senior.hcm.dependent.pojos.BankAccount
-
public class BankAccount extends Object
BankAccount
-
-
Constructor Summary
Constructors Constructor Description BankAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankAccountaccountType(AccountType accountType)BankAccountbank(Bank bank)BankAccountbankAccount(String bankAccount)BankAccountbankBranch(BankBranch bankBranch)BankAccountdigit(String digit)booleanequals(Object o)AccountTypegetAccountType()Get accountTypeBankgetBank()Get bankStringgetBankAccount()Conta bancária.BankBranchgetBankBranch()Get bankBranchStringgetDigit()Digito da contaStringgetId()Id da entidadeinthashCode()BankAccountid(String id)voidsetAccountType(AccountType accountType)voidsetBank(Bank bank)voidsetBankAccount(String bankAccount)voidsetBankBranch(BankBranch bankBranch)voidsetDigit(String digit)voidsetId(String id)StringtoString()
-
-
-
Method Detail
-
bankAccount
public BankAccount bankAccount(String bankAccount)
-
getBankAccount
public String getBankAccount()
Conta bancária.- Returns:
- bankAccount
-
setBankAccount
public void setBankAccount(String bankAccount)
-
bank
public BankAccount bank(Bank bank)
-
getBank
public Bank getBank()
Get bank- Returns:
- bank
-
setBank
public void setBank(Bank bank)
-
bankBranch
public BankAccount bankBranch(BankBranch bankBranch)
-
getBankBranch
public BankBranch getBankBranch()
Get bankBranch- Returns:
- bankBranch
-
setBankBranch
public void setBankBranch(BankBranch bankBranch)
-
accountType
public BankAccount accountType(AccountType accountType)
-
getAccountType
public AccountType getAccountType()
Get accountType- Returns:
- accountType
-
setAccountType
public void setAccountType(AccountType accountType)
-
id
public BankAccount id(String id)
-
getId
public String getId()
Id da entidade- Returns:
- id
-
setId
public void setId(String id)
-
digit
public BankAccount digit(String digit)
-
getDigit
public String getDigit()
Digito da conta- Returns:
- digit
-
setDigit
public void setDigit(String digit)
-
-