package net.sourceforge.fenixedu.domain; /** * * @author rjmvo * */ public class DegreeDataByExecutionYear extends DegreeDataByExecutionYear_Base { public DegreeDataByExecutionYear() { super(); } @Override protected RootDomainObject getRootDomainObject() { return getDegree().getRootDomainObject(); } }