Package br.com.senior.hcm.payroll.pojos
Class Account
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Account
-
public class Account extends Object
Account
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountaccountType(AccountType accountType)AccountbankAccount(String bankAccount)AccountbankBranchId(BankBranch bankBranchId)AccountbankId(Bank bankId)Accountdigit(String digit)AccountemployeeId(String employeeId)booleanequals(Object o)AccountTypegetAccountType()Get accountTypeStringgetBankAccount()Conta bancáriaBankBranchgetBankBranchId()Get bankBranchIdBankgetBankId()Get bankIdStringgetDigit()Digito da contaStringgetEmployeeId()Id da funcionárioStringgetId()Id da conta bancáriainthashCode()Accountid(String id)voidsetAccountType(AccountType accountType)voidsetBankAccount(String bankAccount)voidsetBankBranchId(BankBranch bankBranchId)voidsetBankId(Bank bankId)voidsetDigit(String digit)voidsetEmployeeId(String employeeId)voidsetId(String id)StringtoString()
-
-
-
Method Detail
-
getBankAccount
public String getBankAccount()
Conta bancária- Returns:
- bankAccount
-
setBankAccount
public void setBankAccount(String bankAccount)
-
bankBranchId
public Account bankBranchId(BankBranch bankBranchId)
-
getBankBranchId
public BankBranch getBankBranchId()
Get bankBranchId- Returns:
- bankBranchId
-
setBankBranchId
public void setBankBranchId(BankBranch bankBranchId)
-
getBankId
public Bank getBankId()
Get bankId- Returns:
- bankId
-
setBankId
public void setBankId(Bank bankId)
-
accountType
public Account accountType(AccountType accountType)
-
getAccountType
public AccountType getAccountType()
Get accountType- Returns:
- accountType
-
setAccountType
public void setAccountType(AccountType accountType)
-
getEmployeeId
public String getEmployeeId()
Id da funcionário- Returns:
- employeeId
-
setEmployeeId
public void setEmployeeId(String employeeId)
-
getId
public String getId()
Id da conta bancária- Returns:
- id
-
setId
public void setId(String id)
-
getDigit
public String getDigit()
Digito da conta- Returns:
- digit
-
setDigit
public void setDigit(String digit)
-
-