Class CourseLoadDurationByTeachingMethod_Base

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

public abstract class CourseLoadDurationByTeachingMethod_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.CourseLoadDuration
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod,org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.TeachingMethodType,org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.academic.domain.degreeStructure.TeachingMethodType
     
    void
    setCourseLoadDuration(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDuration)
     
    void
     
    void
    setRoot(org.fenixedu.bennu.core.domain.Bennu root)
     
    void
    setTeachingMethodType(org.fenixedu.academic.domain.degreeStructure.TeachingMethodType teachingMethodType)
     

    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

    • CourseLoadDurationByTeachingMethod_Base

      protected CourseLoadDurationByTeachingMethod_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()
    • getRelationCourseLoadDurationByTeachingMethodRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod> getRelationCourseLoadDurationByTeachingMethodRoot()
    • getRelationCourseLoadDurationByTeachingMethodCourseLoadDuration

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod,org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration> getRelationCourseLoadDurationByTeachingMethodCourseLoadDuration()
    • getHours

      public BigDecimal getHours()
    • setHours

      public void setHours(BigDecimal hours)
    • getTeachingMethodType

      public org.fenixedu.academic.domain.degreeStructure.TeachingMethodType getTeachingMethodType()
    • setTeachingMethodType

      public void setTeachingMethodType(org.fenixedu.academic.domain.degreeStructure.TeachingMethodType teachingMethodType)
    • getRoot

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

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

      public org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration getCourseLoadDuration()
    • setCourseLoadDuration

      public void setCourseLoadDuration(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDuration)