Package org.fenixedu.academic.domain
Class LessonPlanning_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.LessonPlanning_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class LessonPlanning_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.CourseLoadTypeorg.fenixedu.academic.domain.ExecutionCourseorg.fenixedu.commons.i18n.LocalizedStringstatic 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.academic.domain.LessonPlanning,org.fenixedu.academic.domain.ExecutionCourse> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.LessonPlanning> org.fenixedu.bennu.core.domain.Bennuorg.fenixedu.commons.i18n.LocalizedStringgetTitle()voidsetCourseLoadType(org.fenixedu.academic.domain.degreeStructure.CourseLoadType courseLoadType) voidsetExecutionCourse(org.fenixedu.academic.domain.ExecutionCourse executionCourse) voidsetOrderOfPlanning(Integer orderOfPlanning) voidsetPlanning(org.fenixedu.commons.i18n.LocalizedString planning) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetTitle(org.fenixedu.commons.i18n.LocalizedString title) 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
-
LessonPlanning_Base
protected LessonPlanning_Base()
-
-
Method Details
-
getRelationRootDomainObjectLessonPlanning
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.LessonPlanning> getRelationRootDomainObjectLessonPlanning() -
getRelationCourseLoadTypeLessonPlanning
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonPlanning,org.fenixedu.academic.domain.degreeStructure.CourseLoadType> getRelationCourseLoadTypeLessonPlanning() -
getRelationLessonPlanningExecutionCourse
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonPlanning,org.fenixedu.academic.domain.ExecutionCourse> getRelationLessonPlanningExecutionCourse() -
getOrderOfPlanning
-
setOrderOfPlanning
-
getTitle
public org.fenixedu.commons.i18n.LocalizedString getTitle() -
setTitle
public void setTitle(org.fenixedu.commons.i18n.LocalizedString title) -
getPlanning
public org.fenixedu.commons.i18n.LocalizedString getPlanning() -
setPlanning
public void setPlanning(org.fenixedu.commons.i18n.LocalizedString planning) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getCourseLoadType
public org.fenixedu.academic.domain.degreeStructure.CourseLoadType getCourseLoadType() -
setCourseLoadType
public void setCourseLoadType(org.fenixedu.academic.domain.degreeStructure.CourseLoadType courseLoadType) -
getExecutionCourse
public org.fenixedu.academic.domain.ExecutionCourse getExecutionCourse() -
setExecutionCourse
public void setExecutionCourse(org.fenixedu.academic.domain.ExecutionCourse executionCourse)
-