PSE 2000 Group 4

jobmatch.business.candidate
Class Candidate

java.lang.Object
  |
  +--jobmatch.data.CandidateBDO
        |
        +--jobmatch.business.candidate.Candidate

public class Candidate
extends CandidateBDO

Candidate Business Object Inherites the methods from CandidateBDO, who provides access to the database

Since:
May 4 2000
Version:
$Revision: 1.10 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.CandidateBDO
DO
 
Constructor Summary
Candidate()
           
Candidate(CandidateDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
 Address getAddressBO()
          Returns the candidates address
 List getAllFormations()
           
 List getAllLanguageSkills()
           
 Country getNationalityBO()
          Returns the candidates nationality
 boolean isMale()
           
 String toString()
           
 
Methods inherited from class jobmatch.data.CandidateBDO
addCandidateAccountBDO, addCandidateAccountBDO, addCandidateProfileBDO, addCandidateProfileBDO, addMatchQueueBDO, addMatchQueueBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getAdress, getAdressBDO, getAIESECMember, getBDOarray, getBirthdate, getCandidateAccountBDO, getCandidateAccountBDOArray, getCandidateAccountDO, getCandidateAccountDOArray, getCandidateProfileBDO, getCandidateProfileBDOArray, getCandidateProfileDO, getCandidateProfileDOArray, getCompetence, getDO, getEmail, getFax, getFname, getHandle, getLname, getMatchQueueBDO, getMatchQueueBDOArray, getMatchQueueDO, getMatchQueueDOArray, getNatel, getNationality, getNationalityBDO, getPhone, getPicture, getPictureBDO, getProfileDOArray_via_CandidateProfile, getResidence, getSex, getStatus, getURL, hasMatchingHandle, mapProfile_via_CandidateProfileBDO, mapProfile_via_CandidateProfileBDO, mapProfile_via_CandidateProfileDO, mapProfile_via_CandidateProfileDO, modifyDO, okToCommitAdress, okToCommitNationality, okToCommitPicture, okToDeleteAdress, okToDeleteNationality, okToDeletePicture, removeCandidateAccountBDO, removeCandidateAccountBDO, removeCandidateProfileBDO, removeCandidateProfileBDO, removeMatchQueueBDO, removeMatchQueueBDO, setAdress, setAdress, setAIESECMember, setBirthdate, setCompetence, setEmail, setFax, setFname, setLname, setNatel, setNationality, setNationality, setPhone, setPicture, setPicture, setResidence, setSex, setStatus, setURL, unmapProfile_via_CandidateProfileBDO, unmapProfile_via_CandidateProfileBDO, unmapProfile_via_CandidateProfileDO, unmapProfile_via_CandidateProfileDO
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Candidate

public Candidate()
          throws Exception

Candidate

public Candidate(CandidateDO dataObject)
Method Detail

getAllFormations

public List getAllFormations()

getAllLanguageSkills

public List getAllLanguageSkills()

isMale

public boolean isMale()

getNationalityBO

public Country getNationalityBO()
Returns the candidates nationality

getAddressBO

public Address getAddressBO()
Returns the candidates address

equals

public boolean equals(Object other)
Overrides:
equals in class Object
See Also:
Object.equals

toString

public String toString()
Overrides:
toString in class CandidateBDO
See Also:
Object.toString

PSE 2000 Group 4