org.apache.jdo.tck.pc.company
Interface IPartTimeEmployee

All Superinterfaces:
IEmployee, IPerson
All Known Implementing Classes:
PartTimeEmployee

public interface IPartTimeEmployee
extends IEmployee

This interface represents the persistent state of PartTimeEmployee. Javadoc was deliberately omitted because it would distract from the purpose of the interface.


Method Summary
 double getWage()
           
 void setWage(double wage)
           
 
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
 

Method Detail

getWage

public double getWage()

setWage

public void setWage(double wage)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.