Class TeachingMethodType_Base

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

public abstract class TeachingMethodType_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
    addCourseLoadDurationsByTeachingMethod(org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod courseLoadDurationsByTeachingMethod)
     
     
    Set<org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod>
     
    int
     
    org.fenixedu.commons.i18n.LocalizedString
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.TeachingMethodType,org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.TeachingMethodType,org.fenixedu.bennu.core.domain.Bennu>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    removeCourseLoadDurationsByTeachingMethod(org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod courseLoadDurationsByTeachingMethod)
     
    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

    • TeachingMethodType_Base

      protected TeachingMethodType_Base()
  • Method Details

    • getRelationCourseLoadDurationByTeachingMethodTeachingMethodType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.TeachingMethodType,org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod> getRelationCourseLoadDurationByTeachingMethodTeachingMethodType()
    • getRelationTeachingMethodTypeRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.TeachingMethodType,org.fenixedu.bennu.core.domain.Bennu> getRelationTeachingMethodTypeRoot()
    • 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)
    • addCourseLoadDurationsByTeachingMethod

      public void addCourseLoadDurationsByTeachingMethod(org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod courseLoadDurationsByTeachingMethod)
    • removeCourseLoadDurationsByTeachingMethod

      public void removeCourseLoadDurationsByTeachingMethod(org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod courseLoadDurationsByTeachingMethod)
    • getCourseLoadDurationsByTeachingMethodSet

      public Set<org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod> getCourseLoadDurationsByTeachingMethodSet()
    • getRoot

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

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