PSE 2000 Group 4

jobmatch.business.candidate.cv
Class Formation

java.lang.Object
  |
  +--jobmatch.data.SchoolCandidateBDO
        |
        +--jobmatch.business.candidate.cv.Formation

public class Formation
extends SchoolCandidateBDO
implements CVSection

Formation Business Object

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

Fields inherited from class jobmatch.data.SchoolCandidateBDO
DO
 
Constructor Summary
Formation()
           
Formation(SchoolCandidateDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllFormationsFor(Candidate candidate)
          Returns a list of formations for the specified candidate
 Candidate getCandidateBO()
          Returns the Candidate business object
 Graduation getGraduationBO()
          Returns the Graduation business object
 School getSchoolBO()
          Returns the School business object
 String toString()
           
 
Methods inherited from class jobmatch.data.SchoolCandidateBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getBeginDate, getCandidate, getCandidateBDO, getDiploma, getDiplomaBDO, getDO, getEndDate, getHandle, getRemarks, getSchool, getSchoolBDO, hasMatchingHandle, modifyDO, okToCommitCandidate, okToCommitDiploma, okToCommitSchool, okToDeleteCandidate, okToDeleteDiploma, okToDeleteSchool, setBeginDate, setCandidate, setCandidate, setDiploma, setDiploma, setEndDate, setRemarks, setSchool, setSchool
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Formation

public Formation()
          throws Exception

Formation

public Formation(SchoolCandidateDO dataObject)
Method Detail

getAllFormationsFor

public static List getAllFormationsFor(Candidate candidate)
Returns a list of formations for the specified candidate

getCandidateBO

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

getSchoolBO

public School getSchoolBO()
Returns the School business object

getGraduationBO

public Graduation getGraduationBO()
Returns the Graduation 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 SchoolCandidateBDO
See Also:
Object.toString

PSE 2000 Group 4