return getAssociatedExecutionCoursesSet().iterator().next().getExecutionPeriod().getEndDate();
}
@Override
public InfoEvaluation newInfoFromDomain() {
InfoFinalEvaluation infoFinalEvaluation = new InfoFinalEvaluation();
infoFinalEvaluation.copyFromDomain(this);
return infoFinalEvaluation;
}