PSE 2000 Group 4

jobmatch.business.company.profile
Class Profile

java.lang.Object
  |
  +--jobmatch.data.ProfileBDO
        |
        +--jobmatch.business.company.profile.Profile

public class Profile
extends ProfileBDO

Represents a Profile

Since:
May 30 2000
Version:
$Revision: 1.1 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.ProfileBDO
DO
 
Constructor Summary
Profile(ProfileDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
 String toString()
           
 
Methods inherited from class jobmatch.data.ProfileBDO
addCandidateProfileBDO, addCandidateProfileBDO, afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getCandidateDOArray_via_CandidateProfile, getCandidateProfileBDO, getCandidateProfileBDOArray, getCandidateProfileDO, getCandidateProfileDOArray, getCompany, getCompanyBDO, getDO, getHandle, getLastNotification, getMatchTree, getName, getNeedsRematching, getNotificationPeriod, getNotify, hasMatchingHandle, mapCandidate_via_CandidateProfileBDO, mapCandidate_via_CandidateProfileBDO, mapCandidate_via_CandidateProfileDO, mapCandidate_via_CandidateProfileDO, modifyDO, okToCommitCompany, okToDeleteCompany, removeCandidateProfileBDO, removeCandidateProfileBDO, setCompany, setCompany, setLastNotification, setMatchTree, setName, setNeedsRematching, setNotificationPeriod, setNotify, unmapCandidate_via_CandidateProfileBDO, unmapCandidate_via_CandidateProfileBDO, unmapCandidate_via_CandidateProfileDO, unmapCandidate_via_CandidateProfileDO
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Profile

public Profile(ProfileDO dataObject)
Method Detail

equals

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

toString

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

PSE 2000 Group 4