public SecondCycleCandidacyDegreeBean(final SecondCycleIndividualCandidacyProcess process) {
   setPersonalDetails(process.getPersonalDetails());
   setDegree(process.getCandidacySelectedDegree());
   setState(process.getCandidacyState());
   setRegistrationCreated(process.hasRegistrationForCandidacy());
   setNotes(process.getCandidacyNotes());
 }