org.apache.jdo.tck.pc.company
Interface IFullTimeEmployee
- All Superinterfaces:
- IEmployee, IPerson
- All Known Implementing Classes:
- FullTimeEmployee
- public interface IFullTimeEmployee
- extends IEmployee
This interface represents the persistent state of FullTimeEmployee.
Javadoc was deliberately omitted because it would distract from
the purpose of the interface.
Methods inherited from interface org.apache.jdo.tck.pc.company.IEmployee |
getDentalInsurance, getDepartment, getFundingDept, getHiredate, getHradvisees, getHradvisor, getManager, getMedicalInsurance, getMentor, getProjects, getProtege, getReviewedProjects, getTeam, getWeeklyhours, setDentalInsurance, setDepartment, setFundingDept, setHiredate, setHradvisees, setHradvisor, setManager, setMedicalInsurance, setMentor, setProjects, setProtege, setReviewedProjects, setTeam, setWeeklyhours |
Methods inherited from interface org.apache.jdo.tck.pc.company.IPerson |
getAddress, getBirthdate, getFirstname, getLastname, getMiddlename, getPersonid, getPhoneNumbers, setAddress, setBirthdate, setFirstname, setLastname, setMiddlename, setPersonid, setPhoneNumbers |
getSalary
public double getSalary()
setSalary
public void setSalary(double salary)
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.