PSE 2000 Group 4

jobmatch.business.candidate.cv
Class WorkingSkill

java.lang.Object
  |
  +--jobmatch.data.EmployerCandidateBDO
        |
        +--jobmatch.business.candidate.cv.WorkingSkill

public class WorkingSkill
extends EmployerCandidateBDO
implements CVSection

WorkingSkill Business Object

Since:
May 26 2000
Version:
$Revision: 1.1 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.EmployerCandidateBDO
DO
 
Constructor Summary
WorkingSkill()
           
WorkingSkill(EmployerCandidateDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllWorkingSkillsFor(Candidate candidate)
          Returns a list of Working skills for the specified candidate
 Candidate getCandidateBO()
          Returns the Candidate business object
 Employer getEmployerBO()
          Return the Employer business object
 String toString()
           
 
Methods inherited from class jobmatch.data.EmployerCandidateBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getBeginDate, getCandidate, getCandidateBDO, getDO, getEmployer, getEmployerBDO, getEndDate, getFunction, getHandle, getPensum, getReference, getRemarks, hasMatchingHandle, modifyDO, okToCommitCandidate, okToCommitEmployer, okToDeleteCandidate, okToDeleteEmployer, setBeginDate, setCandidate, setCandidate, setEmployer, setEmployer, setEndDate, setFunction, setPensum, setReference, setRemarks
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkingSkill

public WorkingSkill()
             throws Exception

WorkingSkill

public WorkingSkill(EmployerCandidateDO dataObject)
Method Detail

getAllWorkingSkillsFor

public static List getAllWorkingSkillsFor(Candidate candidate)
Returns a list of Working skills for the specified candidate

getCandidateBO

public Candidate getCandidateBO()
Returns the Candidate business object
Specified by:
getCandidateBO in interface CVSection

getEmployerBO

public Employer getEmployerBO()
Return the Employer business object

equals

public boolean equals(Object other)
Overrides:
equals in class Object
See Also:
Object.equals

toString

public String toString()
Overrides:
toString in class EmployerCandidateBDO
See Also:
Object.toString

PSE 2000 Group 4