Class ExecutionDegreeLessonPeriod_Base

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

public abstract class ExecutionDegreeLessonPeriod_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.fenixedu.academic.domain.schedule.lesson.LessonPeriodCurricularYears
     
    org.fenixedu.academic.domain.ExecutionDegree
     
    org.fenixedu.academic.domain.schedule.lesson.LessonPeriod
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod,org.fenixedu.academic.domain.ExecutionDegree>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.lesson.LessonPeriod,org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    setCurricularYears(org.fenixedu.academic.domain.schedule.lesson.LessonPeriodCurricularYears curricularYears)
     
    void
    setExecutionDegree(org.fenixedu.academic.domain.ExecutionDegree executionDegree)
     
    void
    setLessonPeriod(org.fenixedu.academic.domain.schedule.lesson.LessonPeriod lessonPeriod)
     
    void
    setRoot(org.fenixedu.bennu.core.domain.Bennu root)
     

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExecutionDegreeLessonPeriod_Base

      protected ExecutionDegreeLessonPeriod_Base()
  • Method Details

    • getRelationExecutionDegreeLessonPeriodLessonPeriod

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

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.schedule.lesson.ExecutionDegreeLessonPeriod> getRelationExecutionDegreeLessonPeriodRoot()
    • getCurricularYears

      public org.fenixedu.academic.domain.schedule.lesson.LessonPeriodCurricularYears getCurricularYears()
    • setCurricularYears

      public void setCurricularYears(org.fenixedu.academic.domain.schedule.lesson.LessonPeriodCurricularYears curricularYears)
    • getLessonPeriod

      public org.fenixedu.academic.domain.schedule.lesson.LessonPeriod getLessonPeriod()
    • setLessonPeriod

      public void setLessonPeriod(org.fenixedu.academic.domain.schedule.lesson.LessonPeriod lessonPeriod)
    • getExecutionDegree

      public org.fenixedu.academic.domain.ExecutionDegree getExecutionDegree()
    • setExecutionDegree

      public void setExecutionDegree(org.fenixedu.academic.domain.ExecutionDegree executionDegree)
    • getRoot

      public org.fenixedu.bennu.core.domain.Bennu getRoot()
    • setRoot

      public void setRoot(org.fenixedu.bennu.core.domain.Bennu root)