Package entity

Class Employee.Builder

java.lang.Object
entity.Employee.Builder
Enclosing class:
Employee

public static class Employee.Builder extends Object
Builder for creating Employee instances.
  • Field Details

    • name

      private final String name
    • email

      private final String email
    • role

      private final String role
    • branchId

      private final int branchId
    • id

      private int id
    • password

      private String password
  • Constructor Details

  • Method Details