package net.sourceforge.fenixedu.domain; /** * * @author Tânia Pousão */ public class EmployeeHistoric extends EmployeeHistoric_Base { public EmployeeHistoric() { super(); setRootDomainObject(RootDomainObject.getInstance()); } }