PSE 2000 Group 4

Uses of Class
jobmatch.data.PersonalProfileDataStruct

Packages that use PersonalProfileDataStruct
jobmatch.data   
 

Uses of PersonalProfileDataStruct in jobmatch.data
 

Methods in jobmatch.data that return PersonalProfileDataStruct
 PersonalProfileDataStruct PersonalProfileDataStruct.duplicate()
          Create a copy of the guts of a DO.
 

Methods in jobmatch.data with parameters of type PersonalProfileDataStruct
static PersonalProfileDO PersonalProfileDO.createCopy(PersonalProfileDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 


PSE 2000 Group 4