Overview
TheSalesManager class represents a sales manager in the application. It stores manager credentials, contact information, organization details, and manages an inventory of items.
Constructor
Default Constructor
Parameterized Constructor
The name of the sales manager
The phone number of the sales manager
The password for authentication
The email address of the sales manager
The organization name the manager belongs to
Fields
The name of the sales manager
The phone number of the sales manager
The password for authentication
The email address of the sales manager
The organization name the manager belongs to
List of inventory items managed by this sales manager
Methods
getName()
String - The manager’s name
getNumber()
String - The manager’s phone number
getPassword()
String - The manager’s password
getEmail()
String - The manager’s email address
getOrgName()
String - The organization name
Source Code Location
~/workspace/source/app/src/main/java/project/avishkar/salesmanagement/SalesManager.java