Package myorg.relex.one2one
Class Application
- java.lang.Object
-
- myorg.relex.one2one.Application
-
-
Field Summary
Fields Modifier and Type Field Description private Applicantapplicantprivate DatedesiredStartDateprivate intid
-
Constructor Summary
Constructors Modifier Constructor Description protectedApplication()Application(Applicant applicant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicantgetApplicant()DategetDesiredStartDate()intgetId()voidsetDesiredStartDate(Date desiredStartDate)
-
-
-
Constructor Detail
-
Application
protected Application()
-
Application
public Application(Applicant applicant)
-
-