Id Firstname Lastname Salary Id Firstname Lastname Salary
This document defines an Employee class with fields for id, first name, last name, and salary. It includes getter and setter methods for these fields as well as methods to calculate annual salary, raise salary by a percentage, and return a string representation of an employee object's attributes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
30 views
Id Firstname Lastname Salary Id Firstname Lastname Salary
This document defines an Employee class with fields for id, first name, last name, and salary. It includes getter and setter methods for these fields as well as methods to calculate annual salary, raise salary by a percentage, and return a string representation of an employee object's attributes.