Class ExecutionDegree_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.ExecutionDegree_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class ExecutionDegree_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Constructor Details

    • ExecutionDegree_Base

      protected ExecutionDegree_Base()
  • Method Details

    • getRelationExecutionDegreeLessonPeriodExecutionDegree

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod,org.fenixedu.academic.domain.ExecutionDegree> getRelationExecutionDegreeLessonPeriodExecutionDegree()
    • getRelationSchoolClassExecutionDegree

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.SchoolClass,org.fenixedu.academic.domain.ExecutionDegree> getRelationSchoolClassExecutionDegree()
    • getRelationCoordinatorLogExecutionDegree

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.CoordinatorLog> getRelationCoordinatorLogExecutionDegree()
    • getRelationExecutionDegreeCoordinator

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.Coordinator> getRelationExecutionDegreeCoordinator()
    • getRelationExecutionDegreeDegreeCurricularPlan

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.DegreeCurricularPlan> getRelationExecutionDegreeDegreeCurricularPlan()
    • getRelationRootDomainObjectExecutionDegree

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.ExecutionDegree> getRelationRootDomainObjectExecutionDegree()
    • getRelationExecutionDegreeExecutionYear

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionYear,org.fenixedu.academic.domain.ExecutionDegree> getRelationExecutionDegreeExecutionYear()
    • getAnotation

      public org.fenixedu.commons.i18n.LocalizedString getAnotation()
    • setAnotation

      public void setAnotation(org.fenixedu.commons.i18n.LocalizedString anotation)
    • getTemporaryExamMap

      public Boolean getTemporaryExamMap()
    • setTemporaryExamMap

      public void setTemporaryExamMap(Boolean temporaryExamMap)
    • getExecutionInterval

      public org.fenixedu.academic.domain.time.calendarStructure.AcademicInterval getExecutionInterval()
    • setExecutionInterval

      public void setExecutionInterval(org.fenixedu.academic.domain.time.calendarStructure.AcademicInterval executionInterval)
    • addExecutionDegreeLessonPeriods

      public void addExecutionDegreeLessonPeriods(org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod executionDegreeLessonPeriods)
    • removeExecutionDegreeLessonPeriods

      public void removeExecutionDegreeLessonPeriods(org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod executionDegreeLessonPeriods)
    • getExecutionDegreeLessonPeriodsSet

      public Set<org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod> getExecutionDegreeLessonPeriodsSet()
    • addSchoolClasses

      public void addSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses)
    • removeSchoolClasses

      public void removeSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses)
    • getSchoolClassesSet

      public Set<org.fenixedu.academic.domain.SchoolClass> getSchoolClassesSet()
    • addCoordinatorLog

      public void addCoordinatorLog(org.fenixedu.academic.domain.CoordinatorLog coordinatorLog)
    • removeCoordinatorLog

      public void removeCoordinatorLog(org.fenixedu.academic.domain.CoordinatorLog coordinatorLog)
    • getCoordinatorLogSet

      public Set<org.fenixedu.academic.domain.CoordinatorLog> getCoordinatorLogSet()
    • addCoordinatorsList

      public void addCoordinatorsList(org.fenixedu.academic.domain.Coordinator coordinatorsList)
    • removeCoordinatorsList

      public void removeCoordinatorsList(org.fenixedu.academic.domain.Coordinator coordinatorsList)
    • getCoordinatorsListSet

      public Set<org.fenixedu.academic.domain.Coordinator> getCoordinatorsListSet()
    • getDegreeCurricularPlan

      public org.fenixedu.academic.domain.DegreeCurricularPlan getDegreeCurricularPlan()
    • setDegreeCurricularPlan

      public void setDegreeCurricularPlan(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlan)
    • getRootDomainObject

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject()
    • setRootDomainObject

      public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
    • getExecutionYear

      public org.fenixedu.academic.domain.ExecutionYear getExecutionYear()
    • setExecutionYear

      public void setExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear)