PSE 2000 Group 4

jobmatch.business.candidate.cv
Class SoftwareSkill

java.lang.Object
  |
  +--jobmatch.data.SoftwareCandidateBDO
        |
        +--jobmatch.business.candidate.cv.SoftwareSkill

public class SoftwareSkill
extends SoftwareCandidateBDO
implements CVSection

SoftwareSkill Business Object

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

Fields inherited from class jobmatch.data.SoftwareCandidateBDO
DO
 
Constructor Summary
SoftwareSkill()
           
SoftwareSkill(SoftwareCandidateDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllSoftwareSkillsFor(Candidate candidate)
          Returns a list of software skills for the specified candidate
 Candidate getCandidateBO()
          Returns the Candidate business object
 Software getSoftwareBO()
          Return the Software business object
 String toString()
           
 
Methods inherited from class jobmatch.data.SoftwareCandidateBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getCandidate, getCandidateBDO, getCapability, getCapabilityBDO, getDO, getHandle, getSoftware, getSoftwareBDO, hasMatchingHandle, modifyDO, okToCommitCandidate, okToCommitCapability, okToCommitSoftware, okToDeleteCandidate, okToDeleteCapability, okToDeleteSoftware, setCandidate, setCandidate, setCapability, setCapability, setSoftware, setSoftware
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftwareSkill

public SoftwareSkill()
              throws Exception

SoftwareSkill

public SoftwareSkill(SoftwareCandidateDO dataObject)
Method Detail

getAllSoftwareSkillsFor

public static List getAllSoftwareSkillsFor(Candidate candidate)
Returns a list of software skills for the specified candidate

getCandidateBO

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

getSoftwareBO

public Software getSoftwareBO()
Return the Software 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 SoftwareCandidateBDO
See Also:
Object.toString

PSE 2000 Group 4