PSE 2000 Group 4

Uses of Class
jobmatch.data.EmployerDataStruct

Packages that use EmployerDataStruct
jobmatch.data   
 

Uses of EmployerDataStruct in jobmatch.data
 

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

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


PSE 2000 Group 4