Class LessonPlanning_Base

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

public abstract class LessonPlanning_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.degreeStructure.CourseLoadType
     
    org.fenixedu.academic.domain.ExecutionCourse
     
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonPlanning,org.fenixedu.academic.domain.degreeStructure.CourseLoadType>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonPlanning,org.fenixedu.academic.domain.ExecutionCourse>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.LessonPlanning>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.commons.i18n.LocalizedString
     
    void
    setCourseLoadType(org.fenixedu.academic.domain.degreeStructure.CourseLoadType courseLoadType)
     
    void
    setExecutionCourse(org.fenixedu.academic.domain.ExecutionCourse executionCourse)
     
    void
    setOrderOfPlanning(Integer orderOfPlanning)
     
    void
    setPlanning(org.fenixedu.commons.i18n.LocalizedString planning)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setTitle(org.fenixedu.commons.i18n.LocalizedString title)
     

    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

    • LessonPlanning_Base

      protected LessonPlanning_Base()
  • Method Details

    • getRelationRootDomainObjectLessonPlanning

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.LessonPlanning> getRelationRootDomainObjectLessonPlanning()
    • getRelationCourseLoadTypeLessonPlanning

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonPlanning,org.fenixedu.academic.domain.degreeStructure.CourseLoadType> getRelationCourseLoadTypeLessonPlanning()
    • getRelationLessonPlanningExecutionCourse

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonPlanning,org.fenixedu.academic.domain.ExecutionCourse> getRelationLessonPlanningExecutionCourse()
    • getOrderOfPlanning

      public Integer getOrderOfPlanning()
    • setOrderOfPlanning

      public void setOrderOfPlanning(Integer orderOfPlanning)
    • getTitle

      public org.fenixedu.commons.i18n.LocalizedString getTitle()
    • setTitle

      public void setTitle(org.fenixedu.commons.i18n.LocalizedString title)
    • getPlanning

      public org.fenixedu.commons.i18n.LocalizedString getPlanning()
    • setPlanning

      public void setPlanning(org.fenixedu.commons.i18n.LocalizedString planning)
    • getRootDomainObject

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

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

      public org.fenixedu.academic.domain.degreeStructure.CourseLoadType getCourseLoadType()
    • setCourseLoadType

      public void setCourseLoadType(org.fenixedu.academic.domain.degreeStructure.CourseLoadType courseLoadType)
    • getExecutionCourse

      public org.fenixedu.academic.domain.ExecutionCourse getExecutionCourse()
    • setExecutionCourse

      public void setExecutionCourse(org.fenixedu.academic.domain.ExecutionCourse executionCourse)