PSE 2000 Group 4

jobmatch.business.candidate.cv
Class OperatingSystemSkill

java.lang.Object
  |
  +--jobmatch.data.OperatingsystemCandidateBDO
        |
        +--jobmatch.business.candidate.cv.OperatingSystemSkill

public class OperatingSystemSkill
extends OperatingsystemCandidateBDO
implements CVSection

OperatingSystemSkill Business Object

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

Fields inherited from class jobmatch.data.OperatingsystemCandidateBDO
DO
 
Constructor Summary
OperatingSystemSkill()
           
OperatingSystemSkill(OperatingsystemCandidateDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllOperatingSystemSkillsFor(Candidate candidate)
          Returns a list of operating system skills for the specified candidate
 Candidate getCandidateBO()
          Returns the Candidate business object
 OperatingSystem getOperatingSystemBO()
          Return the OperatingSystem business object
 String toString()
           
 
Methods inherited from class jobmatch.data.OperatingsystemCandidateBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getCandidate, getCandidateBDO, getCapability, getCapabilityBDO, getDO, getHandle, getOperatingsystem, getOperatingsystemBDO, hasMatchingHandle, modifyDO, okToCommitCandidate, okToCommitCapability, okToCommitOperatingsystem, okToDeleteCandidate, okToDeleteCapability, okToDeleteOperatingsystem, setCandidate, setCandidate, setCapability, setCapability, setOperatingsystem, setOperatingsystem
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperatingSystemSkill

public OperatingSystemSkill()
                     throws Exception

OperatingSystemSkill

public OperatingSystemSkill(OperatingsystemCandidateDO dataObject)
Method Detail

getAllOperatingSystemSkillsFor

public static List getAllOperatingSystemSkillsFor(Candidate candidate)
Returns a list of operating system skills for the specified candidate

getCandidateBO

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

getOperatingSystemBO

public OperatingSystem getOperatingSystemBO()
Return the OperatingSystem 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 OperatingsystemCandidateBDO
See Also:
Object.toString

PSE 2000 Group 4