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
| 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 |
WorkingSkill
public WorkingSkill()
throws Exception
WorkingSkill
public WorkingSkill(EmployerCandidateDO dataObject)
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