package myumltutorial; import java.util.Collection; import java.util.Iterator; public class EmployeeSalary extends myumltutorial.Person { public enum testing { } /* * (non-javadoc) */ private LocationPerson locationperson; /** * Getter of the property locationperson * * @return Returns the locationperson. * */ public LocationPerson getLocationperson() { return locationperson; } /** * Setter of the property locationperson * * @param locationperson The locationperson to set. * */ public void setLocationperson(LocationPerson locationperson ){ this.locationperson = locationperson; } /* * (non-javadoc) */ private Company company; /** * Getter of the property company * * @return Returns the company. * */ public Company getCompany() { return company; } /** * Setter of the property company * * @param company The company to set. * */ public void setCompany(Company company ){ this.company = company; } /* * (non-javadoc) */ private float salary; /** * Getter of the property salary * * @return Returns the salary. * */ public float getSalary() { return salary; } /** * Setter of the property salary * * @param salary The salary to set. * */ public void setSalary(float salary ){ this.salary = salary; } /** * */ } ///** // * Getter of the property locationPerson // * // * @return Returns the locationPerson. // * // */ //public LocationPerson getLocationPerson() //{ // return locationPerson; //} ///** // * Setter of the property locationPerson // * // * @param locationPerson The locationPerson to set. // * // */ //public void setLocationPerson(LocationPerson locationPerson ){ // this.locationPerson = locationPerson; //} ///** // * Getter of the property locationPerson // * // * @return Returns the locationPerson. // * // */ //public LocationPerson getLocationPerson() //{ // return locationPerson; //} ///** // * Setter of the property locationPerson // * // * @param locationPerson The locationPerson to set. // * // */ //public void setLocationPerson(LocationPerson locationPerson ){ // this.locationPerson = locationPerson; //}