Class Account


  • public class Account
    extends Object
    Account
    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • bankAccount

        public Account bankAccount​(String bankAccount)
      • getBankAccount

        public String getBankAccount()
        Conta bancária
        Returns:
        bankAccount
      • setBankAccount

        public void setBankAccount​(String bankAccount)
      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object