PSE 2000 Group 4

jobmatch.business.candidate.cv
Class Jobwish

java.lang.Object
  |
  +--jobmatch.data.JobwishBDO
        |
        +--jobmatch.business.candidate.cv.Jobwish

public class Jobwish
extends JobwishBDO
implements CVSection

Jobwish Business Object

Since:
June 10 2000
Version:
$Revision: 1.1 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.JobwishBDO
DO
 
Constructor Summary
Jobwish()
           
Jobwish(JobwishDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllJobwishFor(Candidate candidate)
          Returns a list of Jobwishes for the specified candidate
 Area getAreaBO()
          Returns the Area business object
 Candidate getCandidateBO()
          Returns the Candidate business object
 Industry getIndustryBO()
          Returns the Industry business object
 String toString()
           
 
Methods inherited from class jobmatch.data.JobwishBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getArea, getAreaBDO, getBDOarray, getCandidate, getCandidateBDO, getDO, getFunction, getHandle, getIndustry, getIndustryBDO, getPensum, getRemarks, hasMatchingHandle, modifyDO, okToCommitArea, okToCommitCandidate, okToCommitIndustry, okToDeleteArea, okToDeleteCandidate, okToDeleteIndustry, setArea, setArea, setCandidate, setCandidate, setFunction, setIndustry, setIndustry, setPensum, setRemarks
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jobwish

public Jobwish()
        throws Exception

Jobwish

public Jobwish(JobwishDO dataObject)
Method Detail

getAreaBO

public Area getAreaBO()
Returns the Area business object

getIndustryBO

public Industry getIndustryBO()
Returns the Industry business object

getAllJobwishFor

public static List getAllJobwishFor(Candidate candidate)
Returns a list of Jobwishes for the specified candidate

getCandidateBO

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

equals

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

toString

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

PSE 2000 Group 4