Class Application


  • @Entity
    public class Application
    extends Object
    This class provides an example of the owning side of a one-to-one, bi-directional relationship.
    • Field Detail

      • id

        private int id
      • desiredStartDate

        private Date desiredStartDate
    • Constructor Detail

      • Application

        protected Application()
      • Application

        public Application​(Applicant applicant)
    • Method Detail

      • getId

        public int getId()
      • getApplicant

        public Applicant getApplicant()
      • getDesiredStartDate

        public Date getDesiredStartDate()
      • setDesiredStartDate

        public void setDesiredStartDate​(Date desiredStartDate)