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
| 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 |
Jobwish
public Jobwish()
throws Exception
Jobwish
public Jobwish(JobwishDO dataObject)
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