PSE 2000 Group 4

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
 
Constructor Summary
Hobby()
           
Hobby(HobbyDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
static List getAllHobbiesFor(Candidate candidate)
          Returns a list of Hobbies for the specified candidate
 Candidate getCandidateBO()
          Returns the Candidate business object
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hobby

public Hobby()
      throws Exception

Hobby

public Hobby(HobbyDO dataObject)
Method Detail

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

PSE 2000 Group 4