PSE 2000 Group 4

Serialized Form


Package jobmatch.business.candidate

Class jobmatch.business.candidate.Candidate implements Serializable


Package jobmatch.business.candidate.cv

Class jobmatch.business.candidate.cv.Formation implements Serializable

Class jobmatch.business.candidate.cv.Hobby implements Serializable

Class jobmatch.business.candidate.cv.Jobwish implements Serializable

Class jobmatch.business.candidate.cv.LanguageSkill implements Serializable

Class jobmatch.business.candidate.cv.OperatingSystemSkill implements Serializable

Class jobmatch.business.candidate.cv.ProgrammingSkill implements Serializable

Class jobmatch.business.candidate.cv.SoftwareSkill implements Serializable

Class jobmatch.business.candidate.cv.WorkingSkill implements Serializable


Package jobmatch.business.company

Class jobmatch.business.company.Company implements Serializable


Package jobmatch.business.company.profile

Class jobmatch.business.company.profile.Profile implements Serializable


Package jobmatch.business.company.profile.tree

Class jobmatch.business.company.profile.tree.AbstractNode implements Serializable

Serialized Fields

parent

TreeNode parent

tree

MatchTree tree

Class jobmatch.business.company.profile.tree.ANDNode implements Serializable

Class jobmatch.business.company.profile.tree.LeafSupport implements Serializable

Class jobmatch.business.company.profile.tree.MatchTree implements Serializable

Serialized Fields

nextLeafNumber

int nextLeafNumber

root

TreeNode root

versionId

int versionId

Class jobmatch.business.company.profile.tree.MemoryNode implements Serializable

Serialized Fields

leafNumber

int leafNumber

Class jobmatch.business.company.profile.tree.NOTNode implements Serializable

Serialized Fields

child

TreeNode child

Class jobmatch.business.company.profile.tree.OperationNode implements Serializable

Serialized Fields

children

List children

Class jobmatch.business.company.profile.tree.ORNode implements Serializable

Class jobmatch.business.company.profile.tree.RootNode implements Serializable


Package jobmatch.business.company.profile.tree.test

Class jobmatch.business.company.profile.tree.test.BooleanNode implements Serializable

Serialized Fields

value

boolean value


Package jobmatch.business.entity

Class jobmatch.business.entity.Address implements Serializable

Class jobmatch.business.entity.Area implements Serializable

Class jobmatch.business.entity.Association implements Serializable

Class jobmatch.business.entity.ComputerCapability implements Serializable

Class jobmatch.business.entity.Country implements Serializable

Class jobmatch.business.entity.Employer implements Serializable

Class jobmatch.business.entity.Graduation implements Serializable

Class jobmatch.business.entity.Industry implements Serializable

Class jobmatch.business.entity.Language implements Serializable

Class jobmatch.business.entity.LanguageCapability implements Serializable

Class jobmatch.business.entity.OperatingSystem implements Serializable

Class jobmatch.business.entity.Programming implements Serializable

Class jobmatch.business.entity.School implements Serializable

Class jobmatch.business.entity.Schooltype implements Serializable

Class jobmatch.business.entity.Software implements Serializable


Package jobmatch.business.provider.account

Class jobmatch.business.provider.account.CandidateAccount implements Serializable

Class jobmatch.business.provider.account.CompanyAccount implements Serializable

Class jobmatch.business.provider.account.ProviderAccount implements Serializable


Package jobmatch.business.service

Class jobmatch.business.service.MailMessage implements Serializable


Package jobmatch.data

Class jobmatch.data.AccountDataStruct implements Serializable

Serialized Fields

Email

String Email

LastHost

String LastHost

LastIP

String LastIP

LastLogin

Timestamp LastLogin

LoginReminder

int LoginReminder

Passphrase

String Passphrase

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Username

String Username

Class jobmatch.data.AccountDO implements Serializable

Serialized Fields

data

AccountDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.AdressBDO implements Serializable

Serialized Fields

DO

AdressDO DO
The AdressDO object upon which the set and get methods operate. This member is protected so that classes derived from AdressBDO can access the underlying Data Object.

Class jobmatch.data.AdressDataStruct implements Serializable

Serialized Fields

City

String City

Country

CountryDO Country

HouseNumber

String HouseNumber

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Street

String Street

ZIP

String ZIP

Class jobmatch.data.AdressDO implements Serializable

Serialized Fields

data

AdressDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.AreaBDO implements Serializable

Serialized Fields

DO

AreaDO DO
The AreaDO object upon which the set and get methods operate. This member is protected so that classes derived from AreaBDO can access the underlying Data Object.

Class jobmatch.data.AreaDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.AreaDO implements Serializable

Serialized Fields

data

AreaDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.AssociationBDO implements Serializable

Serialized Fields

DO

AssociationDO DO
The AssociationDO object upon which the set and get methods operate. This member is protected so that classes derived from AssociationBDO can access the underlying Data Object.

Class jobmatch.data.AssociationCandidateBDO implements Serializable

Serialized Fields

DO

AssociationCandidateDO DO
The AssociationCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from AssociationCandidateBDO can access the underlying Data Object.

Class jobmatch.data.AssociationCandidateDataStruct implements Serializable

Serialized Fields

Association

AssociationDO Association

Function

String Function

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.AssociationCandidateDO implements Serializable

Serialized Fields

data

AssociationCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.AssociationDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.AssociationDO implements Serializable

Serialized Fields

data

AssociationDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CandidateAccountBDO implements Serializable

Serialized Fields

DO

CandidateAccountDO DO
The CandidateAccountDO object upon which the set and get methods operate. This member is protected so that classes derived from CandidateAccountBDO can access the underlying Data Object.

Class jobmatch.data.CandidateAccountDataStruct implements Serializable

Serialized Fields

Candidate

CandidateDO Candidate

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CandidateAccountDO implements Serializable

Serialized Fields

data

CandidateAccountDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CandidateBDO implements Serializable

Serialized Fields

DO

CandidateDO DO
The CandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from CandidateBDO can access the underlying Data Object.

Class jobmatch.data.CandidateDataStruct implements Serializable

Serialized Fields

Adress

AdressDO Adress

AIESECMember

boolean AIESECMember

Birthdate

Date Birthdate

Competence

String Competence

Email

String Email

Fax

String Fax

Fname

String Fname

Lname

String Lname

Natel

String Natel

Nationality

CountryDO Nationality

Phone

String Phone

Picture

PictureDO Picture

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Residence

String Residence

Sex

String Sex

Status

boolean Status

URL

String URL

Class jobmatch.data.CandidateDO implements Serializable

Serialized Fields

data

CandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CandidateProfileBDO implements Serializable

Serialized Fields

DO

CandidateProfileDO DO
The CandidateProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from CandidateProfileBDO can access the underlying Data Object.

Class jobmatch.data.CandidateProfileDataStruct implements Serializable

Serialized Fields

Candidate

CandidateDO Candidate

MatchingTime

Timestamp MatchingTime

Profile

ProfileDO Profile

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Score

double Score

Class jobmatch.data.CandidateProfileDO implements Serializable

Serialized Fields

data

CandidateProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CapabilityDataStruct implements Serializable

Serialized Fields

Ordinal

int Ordinal

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CapabilityDO implements Serializable

Serialized Fields

data

CapabilityDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.CompanyAccountBDO implements Serializable

Serialized Fields

DO

CompanyAccountDO DO
The CompanyAccountDO object upon which the set and get methods operate. This member is protected so that classes derived from CompanyAccountBDO can access the underlying Data Object.

Class jobmatch.data.CompanyAccountDataStruct implements Serializable

Serialized Fields

Company

CompanyDO Company

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CompanyAccountDO implements Serializable

Serialized Fields

data

CompanyAccountDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CompanyBDO implements Serializable

Serialized Fields

DO

CompanyDO DO
The CompanyDO object upon which the set and get methods operate. This member is protected so that classes derived from CompanyBDO can access the underlying Data Object.

Class jobmatch.data.CompanyDataStruct implements Serializable

Serialized Fields

Active

boolean Active

Adress

AdressDO Adress

Contact

PersonDO Contact

Earnings

int Earnings

GraduatesPerYear

int GraduatesPerYear

Industry

IndustryDO Industry

Name

String Name

NumberEmployees

int NumberEmployees

Presence

String Presence

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

ShortDescription

String ShortDescription

URL

String URL

Class jobmatch.data.CompanyDO implements Serializable

Serialized Fields

data

CompanyDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CompcapabilityBDO implements Serializable

Serialized Fields

DO

CompcapabilityDO DO
The CompcapabilityDO object upon which the set and get methods operate. This member is protected so that classes derived from CompcapabilityBDO can access the underlying Data Object.

Class jobmatch.data.CompcapabilityDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CompcapabilityDO implements Serializable

Serialized Fields

data

CompcapabilityDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.ComputerRequestDataStruct implements Serializable

Serialized Fields

MinCapability

CompcapabilityDO MinCapability

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ComputerRequestDO implements Serializable

Serialized Fields

data

ComputerRequestDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.ConstantTableDataStruct implements Serializable

Serialized Fields

Description

String Description

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ConstantTableDO implements Serializable

Serialized Fields

data

ConstantTableDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.CountryBDO implements Serializable

Serialized Fields

DO

CountryDO DO
The CountryDO object upon which the set and get methods operate. This member is protected so that classes derived from CountryBDO can access the underlying Data Object.

Class jobmatch.data.CountryDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CountryDO implements Serializable

Serialized Fields

data

CountryDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.CVComputerDataStruct implements Serializable

Serialized Fields

Capability

CompcapabilityDO Capability

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CVComputerDO implements Serializable

Serialized Fields

data

CVComputerDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.CVSectionDataStruct implements Serializable

Serialized Fields

Candidate

CandidateDO Candidate

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CVSectionDO implements Serializable

Serialized Fields

data

CVSectionDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.CVTimespanDataStruct implements Serializable

Serialized Fields

BeginDate

Date BeginDate

EndDate

Date EndDate

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.CVTimespanDO implements Serializable

Serialized Fields

data

CVTimespanDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.EmployerBDO implements Serializable

Serialized Fields

DO

EmployerDO DO
The EmployerDO object upon which the set and get methods operate. This member is protected so that classes derived from EmployerBDO can access the underlying Data Object.

Class jobmatch.data.EmployerCandidateBDO implements Serializable

Serialized Fields

DO

EmployerCandidateDO DO
The EmployerCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from EmployerCandidateBDO can access the underlying Data Object.

Class jobmatch.data.EmployerCandidateDataStruct implements Serializable

Serialized Fields

Employer

EmployerDO Employer

Function

String Function

Pensum

int Pensum

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Reference

String Reference

Remarks

String Remarks

Class jobmatch.data.EmployerCandidateDO implements Serializable

Serialized Fields

data

EmployerCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.EmployerDataStruct implements Serializable

Serialized Fields

Adress

AdressDO Adress

Name

String Name

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.EmployerDO implements Serializable

Serialized Fields

data

EmployerDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.GraduationBDO implements Serializable

Serialized Fields

DO

GraduationDO DO
The GraduationDO object upon which the set and get methods operate. This member is protected so that classes derived from GraduationBDO can access the underlying Data Object.

Class jobmatch.data.GraduationDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.GraduationDO implements Serializable

Serialized Fields

data

GraduationDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.HobbyBDO implements Serializable

Serialized Fields

DO

HobbyDO DO
The HobbyDO object upon which the set and get methods operate. This member is protected so that classes derived from HobbyBDO can access the underlying Data Object.

Class jobmatch.data.HobbyDataStruct implements Serializable

Serialized Fields

Description

String Description

Priority

int Priority

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Title

String Title

Class jobmatch.data.HobbyDO implements Serializable

Serialized Fields

data

HobbyDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.IndustryBDO implements Serializable

Serialized Fields

DO

IndustryDO DO
The IndustryDO object upon which the set and get methods operate. This member is protected so that classes derived from IndustryBDO can access the underlying Data Object.

Class jobmatch.data.IndustryDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.IndustryDO implements Serializable

Serialized Fields

data

IndustryDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.JobwishBDO implements Serializable

Serialized Fields

DO

JobwishDO DO
The JobwishDO object upon which the set and get methods operate. This member is protected so that classes derived from JobwishBDO can access the underlying Data Object.

Class jobmatch.data.JobwishDataStruct implements Serializable

Serialized Fields

Area

AreaDO Area

Function

String Function

Industry

IndustryDO Industry

Pensum

int Pensum

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Remarks

String Remarks

Class jobmatch.data.JobwishDO implements Serializable

Serialized Fields

data

JobwishDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.LanguageBDO implements Serializable

Serialized Fields

DO

LanguageDO DO
The LanguageDO object upon which the set and get methods operate. This member is protected so that classes derived from LanguageBDO can access the underlying Data Object.

Class jobmatch.data.LanguageCandidateBDO implements Serializable

Serialized Fields

DO

LanguageCandidateDO DO
The LanguageCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from LanguageCandidateBDO can access the underlying Data Object.

Class jobmatch.data.LanguageCandidateDataStruct implements Serializable

Serialized Fields

Diploma

String Diploma

Language

LanguageDO Language

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Spoken

LanguagecapabilityDO Spoken

Written

LanguagecapabilityDO Written

Class jobmatch.data.LanguageCandidateDO implements Serializable

Serialized Fields

data

LanguageCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.LanguagecapabilityBDO implements Serializable

Serialized Fields

DO

LanguagecapabilityDO DO
The LanguagecapabilityDO object upon which the set and get methods operate. This member is protected so that classes derived from LanguagecapabilityBDO can access the underlying Data Object.

Class jobmatch.data.LanguagecapabilityDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.LanguagecapabilityDO implements Serializable

Serialized Fields

data

LanguagecapabilityDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.LanguageDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.LanguageDO implements Serializable

Serialized Fields

data

LanguageDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.LanguageProfileBDO implements Serializable

Serialized Fields

DO

LanguageProfileDO DO
The LanguageProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from LanguageProfileBDO can access the underlying Data Object.

Class jobmatch.data.LanguageProfileDataStruct implements Serializable

Serialized Fields

Diploma

String Diploma

Language

LanguageDO Language

MinSpoken

LanguagecapabilityDO MinSpoken

MinWritten

LanguagecapabilityDO MinWritten

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.LanguageProfileDO implements Serializable

Serialized Fields

data

LanguageProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.MailQueueBDO implements Serializable

Serialized Fields

DO

MailQueueDO DO
The MailQueueDO object upon which the set and get methods operate. This member is protected so that classes derived from MailQueueBDO can access the underlying Data Object.

Class jobmatch.data.MailQueueDataStruct implements Serializable

Serialized Fields

Mail

byte[] Mail

Priority

int Priority

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.MailQueueDO implements Serializable

Serialized Fields

data

MailQueueDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.MatchQueueBDO implements Serializable

Serialized Fields

DO

MatchQueueDO DO
The MatchQueueDO object upon which the set and get methods operate. This member is protected so that classes derived from MatchQueueBDO can access the underlying Data Object.

Class jobmatch.data.MatchQueueDataStruct implements Serializable

Serialized Fields

Candidate

CandidateDO Candidate

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.MatchQueueDO implements Serializable

Serialized Fields

data

MatchQueueDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.OperatingsystemBDO implements Serializable

Serialized Fields

DO

OperatingsystemDO DO
The OperatingsystemDO object upon which the set and get methods operate. This member is protected so that classes derived from OperatingsystemBDO can access the underlying Data Object.

Class jobmatch.data.OperatingsystemCandidateBDO implements Serializable

Serialized Fields

DO

OperatingsystemCandidateDO DO
The OperatingsystemCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from OperatingsystemCandidateBDO can access the underlying Data Object.

Class jobmatch.data.OperatingsystemCandidateDataStruct implements Serializable

Serialized Fields

Operatingsystem

OperatingsystemDO Operatingsystem

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.OperatingsystemCandidateDO implements Serializable

Serialized Fields

data

OperatingsystemCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.OperatingsystemDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.OperatingsystemDO implements Serializable

Serialized Fields

data

OperatingsystemDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.OperatingsystemProfileBDO implements Serializable

Serialized Fields

DO

OperatingsystemProfileDO DO
The OperatingsystemProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from OperatingsystemProfileBDO can access the underlying Data Object.

Class jobmatch.data.OperatingsystemProfileDataStruct implements Serializable

Serialized Fields

OperatingSystem

OperatingsystemDO OperatingSystem

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.OperatingsystemProfileDO implements Serializable

Serialized Fields

data

OperatingsystemProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.PersonalProfileBDO implements Serializable

Serialized Fields

DO

PersonalProfileDO DO
The PersonalProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from PersonalProfileBDO can access the underlying Data Object.

Class jobmatch.data.PersonalProfileDataStruct implements Serializable

Serialized Fields

MaxAge

int MaxAge

MinAge

int MinAge

Nationality

CountryDO Nationality

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Sex

String Sex

Class jobmatch.data.PersonalProfileDO implements Serializable

Serialized Fields

data

PersonalProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.PersonBDO implements Serializable

Serialized Fields

DO

PersonDO DO
The PersonDO object upon which the set and get methods operate. This member is protected so that classes derived from PersonBDO can access the underlying Data Object.

Class jobmatch.data.PersonDataStruct implements Serializable

Serialized Fields

Adress

AdressDO Adress

Birthdate

Date Birthdate

Email

String Email

Fax

String Fax

Fname

String Fname

Lname

String Lname

Natel

String Natel

Nationality

CountryDO Nationality

Phone

String Phone

Picture

PictureDO Picture

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Residence

String Residence

Sex

String Sex

URL

String URL

Class jobmatch.data.PersonDO implements Serializable

Serialized Fields

data

PersonDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.PictureBDO implements Serializable

Serialized Fields

DO

PictureDO DO
The PictureDO object upon which the set and get methods operate. This member is protected so that classes derived from PictureBDO can access the underlying Data Object.

Class jobmatch.data.PictureDataStruct implements Serializable

Serialized Fields

Data

byte[] Data

MimeType

String MimeType

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.PictureDO implements Serializable

Serialized Fields

data

PictureDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.ProfileBDO implements Serializable

Serialized Fields

DO

ProfileDO DO
The ProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from ProfileBDO can access the underlying Data Object.

Class jobmatch.data.ProfileDataStruct implements Serializable

Serialized Fields

Company

CompanyDO Company

LastNotification

Timestamp LastNotification

MatchTree

byte[] MatchTree

Name

String Name

NeedsRematching

boolean NeedsRematching

NotificationPeriod

int NotificationPeriod

Notify

boolean Notify

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ProfileDO implements Serializable

Serialized Fields

data

ProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.ProgrammingBDO implements Serializable

Serialized Fields

DO

ProgrammingDO DO
The ProgrammingDO object upon which the set and get methods operate. This member is protected so that classes derived from ProgrammingBDO can access the underlying Data Object.

Class jobmatch.data.ProgrammingCandidateBDO implements Serializable

Serialized Fields

DO

ProgrammingCandidateDO DO
The ProgrammingCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from ProgrammingCandidateBDO can access the underlying Data Object.

Class jobmatch.data.ProgrammingCandidateDataStruct implements Serializable

Serialized Fields

Language

ProgrammingDO Language

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ProgrammingCandidateDO implements Serializable

Serialized Fields

data

ProgrammingCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.ProgrammingDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ProgrammingDO implements Serializable

Serialized Fields

data

ProgrammingDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.ProgrammingProfileBDO implements Serializable

Serialized Fields

DO

ProgrammingProfileDO DO
The ProgrammingProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from ProgrammingProfileBDO can access the underlying Data Object.

Class jobmatch.data.ProgrammingProfileDataStruct implements Serializable

Serialized Fields

Language

ProgrammingDO Language

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ProgrammingProfileDO implements Serializable

Serialized Fields

data

ProgrammingProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.ProviderAccountBDO implements Serializable

Serialized Fields

DO

ProviderAccountDO DO
The ProviderAccountDO object upon which the set and get methods operate. This member is protected so that classes derived from ProviderAccountBDO can access the underlying Data Object.

Class jobmatch.data.ProviderAccountDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.ProviderAccountDO implements Serializable

Serialized Fields

data

ProviderAccountDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.QueueDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Time

Timestamp Time

Class jobmatch.data.QueueDO implements Serializable

Serialized Fields

data

QueueDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

Class jobmatch.data.SchoolBDO implements Serializable

Serialized Fields

DO

SchoolDO DO
The SchoolDO object upon which the set and get methods operate. This member is protected so that classes derived from SchoolBDO can access the underlying Data Object.

Class jobmatch.data.SchoolCandidateBDO implements Serializable

Serialized Fields

DO

SchoolCandidateDO DO
The SchoolCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from SchoolCandidateBDO can access the underlying Data Object.

Class jobmatch.data.SchoolCandidateDataStruct implements Serializable

Serialized Fields

Diploma

GraduationDO Diploma

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Remarks

String Remarks

School

SchoolDO School

Class jobmatch.data.SchoolCandidateDO implements Serializable

Serialized Fields

data

SchoolCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.SchoolDataStruct implements Serializable

Serialized Fields

Location

String Location

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Type

SchooltypeDO Type

Class jobmatch.data.SchoolDO implements Serializable

Serialized Fields

data

SchoolDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.SchoolProfileBDO implements Serializable

Serialized Fields

DO

SchoolProfileDO DO
The SchoolProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from SchoolProfileBDO can access the underlying Data Object.

Class jobmatch.data.SchoolProfileDataStruct implements Serializable

Serialized Fields

MaxSchoolType

SchooltypeDO MaxSchoolType

MinSchoolType

SchooltypeDO MinSchoolType

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.SchoolProfileDO implements Serializable

Serialized Fields

data

SchoolProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.SchooltypeBDO implements Serializable

Serialized Fields

DO

SchooltypeDO DO
The SchooltypeDO object upon which the set and get methods operate. This member is protected so that classes derived from SchooltypeBDO can access the underlying Data Object.

Class jobmatch.data.SchooltypeDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.SchooltypeDO implements Serializable

Serialized Fields

data

SchooltypeDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.SoftwareBDO implements Serializable

Serialized Fields

DO

SoftwareDO DO
The SoftwareDO object upon which the set and get methods operate. This member is protected so that classes derived from SoftwareBDO can access the underlying Data Object.

Class jobmatch.data.SoftwareCandidateBDO implements Serializable

Serialized Fields

DO

SoftwareCandidateDO DO
The SoftwareCandidateDO object upon which the set and get methods operate. This member is protected so that classes derived from SoftwareCandidateBDO can access the underlying Data Object.

Class jobmatch.data.SoftwareCandidateDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Software

SoftwareDO Software

Class jobmatch.data.SoftwareCandidateDO implements Serializable

Serialized Fields

data

SoftwareCandidateDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.SoftwareDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.SoftwareDO implements Serializable

Serialized Fields

data

SoftwareDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.SoftwareProfileBDO implements Serializable

Serialized Fields

DO

SoftwareProfileDO DO
The SoftwareProfileDO object upon which the set and get methods operate. This member is protected so that classes derived from SoftwareProfileBDO can access the underlying Data Object.

Class jobmatch.data.SoftwareProfileDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Software

SoftwareDO Software

Class jobmatch.data.SoftwareProfileDO implements Serializable

Serialized Fields

data

SoftwareProfileDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.

param

int[] param

Class jobmatch.data.TreeLeafDataStruct implements Serializable

Serialized Fields

LeafNumber

int LeafNumber

Mandatory

boolean Mandatory

Profile

ProfileDO Profile

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.

Class jobmatch.data.TreeLeafDO implements Serializable

Serialized Fields

data

TreeLeafDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.


PSE 2000 Group 4