Class AcademicCalendarRootEntry_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarEntry_Base
org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarEntry
org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarRootEntry_Base
All Implemented Interfaces:
Serializable, org.fenixedu.academic.util.renderer.GanttDiagramEvent, pt.ist.fenixframework.DomainObject

public abstract class AcademicCalendarRootEntry_Base extends org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarEntry
See Also:
  • Constructor Details

    • AcademicCalendarRootEntry_Base

      protected AcademicCalendarRootEntry_Base()
  • Method Details

    • getRelationRootDomainObjectDefaultAcademicCalendar

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarRootEntry> getRelationRootDomainObjectDefaultAcademicCalendar()
    • getRelationDegreeCalendar

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Degree,org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarRootEntry> getRelationDegreeCalendar()
    • getRelationRootDomainObjectAcademicCalendarRootEntry

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.time.calendarStructure.AcademicCalendarRootEntry> getRelationRootDomainObjectAcademicCalendarRootEntry()
    • getRootDomainObjectForDefaultRootEntry

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObjectForDefaultRootEntry()
    • setRootDomainObjectForDefaultRootEntry

      public void setRootDomainObjectForDefaultRootEntry(org.fenixedu.bennu.core.domain.Bennu rootDomainObjectForDefaultRootEntry)
    • addDegrees

      public void addDegrees(org.fenixedu.academic.domain.Degree degrees)
    • removeDegrees

      public void removeDegrees(org.fenixedu.academic.domain.Degree degrees)
    • getDegreesSet

      public Set<org.fenixedu.academic.domain.Degree> getDegreesSet()
    • getRootDomainObjectForRootEntries

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObjectForRootEntries()
    • setRootDomainObjectForRootEntries

      public void setRootDomainObjectForRootEntries(org.fenixedu.bennu.core.domain.Bennu rootDomainObjectForRootEntries)