Uses of Interface
entity.Person

Packages that use Person
Package
Description
Entity classes representing core business objects in the banking system.
  • Uses of Person in entity

    Classes in entity that implement Person
    Modifier and Type
    Class
    Description
    class 
    Abstract base class for customers in the banking system.
    class 
    Abstract base class for employees in the banking system.
    class 
    Represents a customer in the banking system.
    class 
    Represents an employee in the banking system.
    class 
    Represents a manager in the banking system.