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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCourseLoadDurations(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDurations) voidaddLessonPlannings(org.fenixedu.academic.domain.LessonPlanning lessonPlannings) voidaddShifts(org.fenixedu.academic.domain.Shift shifts) booleangetCode()Set<org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration>intorg.fenixedu.commons.i18n.LocalizedStringSet<org.fenixedu.academic.domain.LessonPlanning>org.fenixedu.commons.i18n.LocalizedStringgetName()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.BennugetRoot()Set<org.fenixedu.academic.domain.Shift>voidremoveCourseLoadDurations(org.fenixedu.academic.domain.degreeStructure.CourseLoadDuration courseLoadDurations) voidremoveLessonPlannings(org.fenixedu.academic.domain.LessonPlanning lessonPlannings) voidremoveShifts(org.fenixedu.academic.domain.Shift shifts) voidsetAllowShifts(boolean allowShifts) 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
-
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
-
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) -
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
-
addShifts
public void addShifts(org.fenixedu.academic.domain.Shift shifts) -
removeShifts
public void removeShifts(org.fenixedu.academic.domain.Shift shifts) -
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)
-