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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCourseLoadDurationsByTeachingMethod(org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod courseLoadDurationsByTeachingMethod) getCode()Set<org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod>intorg.fenixedu.commons.i18n.LocalizedStringorg.fenixedu.commons.i18n.LocalizedStringgetName()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.BennugetRoot()voidremoveCourseLoadDurationsByTeachingMethod(org.fenixedu.academic.domain.degreeStructure.CourseLoadDurationByTeachingMethod courseLoadDurationsByTeachingMethod) voidvoidsetDisplayOrder(int displayOrder) voidsetInitials(org.fenixedu.commons.i18n.LocalizedString initials) voidsetName(org.fenixedu.commons.i18n.LocalizedString name) voidsetRoot(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
-
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
-
setCode
-
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)
-