jobmatch.business.candidate.cv
Class Hobby
java.lang.Object
|
+--jobmatch.data.HobbyBDO
|
+--jobmatch.business.candidate.cv.Hobby
- public class Hobby
- extends HobbyBDO
- implements CVSection
Hobby Business Object
- Since:
- June 10 2000
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
| Fields inherited from class jobmatch.data.HobbyBDO |
DO |
| Methods inherited from class jobmatch.data.HobbyBDO |
afterAnySet,
beforeAnyGet,
beforeAnySet,
commit,
commit,
createExisting,
createVirgin,
delete,
delete,
getBDOarray,
getCandidate,
getCandidateBDO,
getDescription,
getDO,
getHandle,
getPriority,
getTitle,
hasMatchingHandle,
modifyDO,
okToCommitCandidate,
okToDeleteCandidate,
setCandidate,
setCandidate,
setDescription,
setPriority,
setTitle |
Hobby
public Hobby()
throws Exception
Hobby
public Hobby(HobbyDO dataObject)
getAllHobbiesFor
public static List getAllHobbiesFor(Candidate candidate)
- Returns a list of Hobbies 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 HobbyBDO
- See Also:
Object.toString