public LabelFormatter getDescription() {
final LabelFormatter labelFormatter = super.getDescription();
labelFormatter.appendLabel(" ");
labelFormatter.appendLabel(getDegree().getDegreeType().name(), "enum").appendLabel(" - ");
labelFormatter.appendLabel(getDegree().getNameFor(getExecutionYear()).getContent()).appendLabel(" - ");
labelFormatter.appendLabel(getExecutionYear().getYear());
return labelFormatter;
}
@Override
public boolean isSpecializationDegreeRegistrationEvent() {