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 -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.degreeStructure.CourseLoadDurationgetHours()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.BennugetRoot()org.fenixedu.academic.domain.degreeStructure.TeachingMethodTypevoidsetCourseLoadDuration(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDuration) voidsetHours(BigDecimal hours) voidsetRoot(org.fenixedu.bennu.core.domain.Bennu root) voidsetTeachingMethodType(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
-
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
-
setHours
-
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)
-