private ExecutionDegree executionDegree;
public HtmlInputHidden getDegreeCurricularPlanIdHidden() {
if (this.degreeCurricularPlanIdHidden == null) {
final String degreeCurricularPlanId = this.getDegreeCurricularPlanID();
this.degreeCurricularPlanIdHidden = new HtmlInputHidden();
this.degreeCurricularPlanIdHidden.setValue(degreeCurricularPlanId);
}
return degreeCurricularPlanIdHidden;
}