Package entity

Class Employee

All Implemented Interfaces:
Person
Direct Known Subclasses:
Manager

public class Employee extends AbstractEmployee
Represents an employee in the banking system. Built using the Builder pattern.
Author:
TAMIL MUGHILAN
  • Field Details

    • branch_id

      private final int branch_id
  • Constructor Details

  • Method Details