PSE 2000 Group 4

jobmatch.business.candidate.cv
Class ProgrammingSkill

java.lang.Object
  |
  +--jobmatch.data.ProgrammingCandidateBDO
        |
        +--jobmatch.business.candidate.cv.ProgrammingSkill

public class ProgrammingSkill
extends ProgrammingCandidateBDO
implements CVSection

ProgrammingSkill Business Object

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

Fields inherited from class jobmatch.data.ProgrammingCandidateBDO
DO
 
Constructor Summary
ProgrammingSkill()
           
ProgrammingSkill(ProgrammingCandidateDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllProgrammingSkillsFor(Candidate candidate)
          Returns a list of programming skills for the specified candidate
 Candidate getCandidateBO()
          Returns the Candidate business object
 Programming getProgrammingBO()
          Return the Programming business object
 String toString()
           
 
Methods inherited from class jobmatch.data.ProgrammingCandidateBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getCandidate, getCandidateBDO, getCapability, getCapabilityBDO, getDO, getHandle, getLanguage, getLanguageBDO, hasMatchingHandle, modifyDO, okToCommitCandidate, okToCommitCapability, okToCommitLanguage, okToDeleteCandidate, okToDeleteCapability, okToDeleteLanguage, setCandidate, setCandidate, setCapability, setCapability, setLanguage, setLanguage
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgrammingSkill

public ProgrammingSkill()
                 throws Exception

ProgrammingSkill

public ProgrammingSkill(ProgrammingCandidateDO dataObject)
Method Detail

getAllProgrammingSkillsFor

public static List getAllProgrammingSkillsFor(Candidate candidate)
Returns a list of programming skills for the specified candidate

getCandidateBO

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

getProgrammingBO

public Programming getProgrammingBO()
Return the Programming 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 ProgrammingCandidateBDO
See Also:
Object.toString

PSE 2000 Group 4