Class CourseLoadType_Base

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

public abstract class CourseLoadType_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
    void
    addCourseLoadDurations(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDurations)
     
    void
    addLessonPlannings(org.fenixedu.academic.domain.LessonPlanning lessonPlannings)
     
    void
    addShifts(org.fenixedu.academic.domain.Shift shifts)
     
    boolean
     
     
    Set<org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration>
     
    int
     
    org.fenixedu.commons.i18n.LocalizedString
     
    Set<org.fenixedu.academic.domain.LessonPlanning>
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.CourseLoadType,org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration>
     
    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.bennu.core.domain.Bennu,org.fenixedu.academic.domain.degreeStructure.CourseLoadType>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Shift,org.fenixedu.academic.domain.degreeStructure.CourseLoadType>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    Set<org.fenixedu.academic.domain.Shift>
     
    void
    removeCourseLoadDurations(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDurations)
     
    void
    removeLessonPlannings(org.fenixedu.academic.domain.LessonPlanning lessonPlannings)
     
    void
    removeShifts(org.fenixedu.academic.domain.Shift shifts)
     
    void
    setAllowShifts(boolean allowShifts)
     
    void
     
    void
    setDisplayOrder(int displayOrder)
     
    void
    setInitials(org.fenixedu.commons.i18n.LocalizedString initials)
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    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

    • CourseLoadType_Base

      protected CourseLoadType_Base()
  • Method Details

    • getRelationCourseLoadTypeLessonPlanning

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Shift,org.fenixedu.academic.domain.degreeStructure.CourseLoadType> getRelationCourseLoadTypeShift()
    • getRelationCourseLoadDurationCourseLoadType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.CourseLoadType,org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration> getRelationCourseLoadDurationCourseLoadType()
    • getRelationCourseLoadTypeRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.degreeStructure.CourseLoadType> getRelationCourseLoadTypeRoot()
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public org.fenixedu.commons.i18n.LocalizedString getName()
    • setName

      public void setName(org.fenixedu.commons.i18n.LocalizedString name)
    • getInitials

      public org.fenixedu.commons.i18n.LocalizedString getInitials()
    • setInitials

      public void setInitials(org.fenixedu.commons.i18n.LocalizedString initials)
    • getDisplayOrder

      public int getDisplayOrder()
    • setDisplayOrder

      public void setDisplayOrder(int displayOrder)
    • getAllowShifts

      public boolean getAllowShifts()
    • setAllowShifts

      public void setAllowShifts(boolean allowShifts)
    • addLessonPlannings

      public void addLessonPlannings(org.fenixedu.academic.domain.LessonPlanning lessonPlannings)
    • removeLessonPlannings

      public void removeLessonPlannings(org.fenixedu.academic.domain.LessonPlanning lessonPlannings)
    • getLessonPlanningsSet

      public Set<org.fenixedu.academic.domain.LessonPlanning> getLessonPlanningsSet()
    • addShifts

      public void addShifts(org.fenixedu.academic.domain.Shift shifts)
    • removeShifts

      public void removeShifts(org.fenixedu.academic.domain.Shift shifts)
    • getShiftsSet

      public Set<org.fenixedu.academic.domain.Shift> getShiftsSet()
    • addCourseLoadDurations

      public void addCourseLoadDurations(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDurations)
    • removeCourseLoadDurations

      public void removeCourseLoadDurations(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDurations)
    • getCourseLoadDurationsSet

      public Set<org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration> getCourseLoadDurationsSet()
    • getRoot

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

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