Package org.fenixedu.academic.domain.log
Class OptionalEnrolmentLog_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.log.CurriculumLineLog_Base
org.fenixedu.academic.domain.log.CurriculumLineLog
org.fenixedu.academic.domain.log.EnrolmentLog_Base
org.fenixedu.academic.domain.log.EnrolmentLog
org.fenixedu.academic.domain.log.OptionalEnrolmentLog_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class OptionalEnrolmentLog_Base
extends org.fenixedu.academic.domain.log.EnrolmentLog
- 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.OptionalCurricularCoursestatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.log.OptionalEnrolmentLog,org.fenixedu.academic.domain.degreeStructure.OptionalCurricularCourse> voidsetOptionalCurricularCourse(org.fenixedu.academic.domain.degreeStructure.OptionalCurricularCourse optionalCurricularCourse) Methods inherited from class org.fenixedu.academic.domain.log.EnrolmentLog
getDegreeModule, getDescriptionMethods inherited from class org.fenixedu.academic.domain.log.CurriculumLineLog
delete, disconnect, getDate, getExecutionInterval, getExecutionPeriod, init, isFor, setDateMethods inherited from class org.fenixedu.academic.domain.log.CurriculumLineLog_Base
getDateDateTime, getRelationCurricularCourseCurriculumLineLog, getRelationExecutionPeriodCurriculumLineLog, getRelationRootDomainObjectCurriculumLineLog, getRelationStudentEnrolmentLog, getRootDomainObject, getStudent, getType, getWho, setDateDateTime, setDegreeModule, setExecutionPeriod, setRootDomainObject, setStudent, setType, setWhoMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
OptionalEnrolmentLog_Base
protected OptionalEnrolmentLog_Base()
-
-
Method Details
-
getRelationOptionalCurricularCourseOptionalEnrolmentLog
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.log.OptionalEnrolmentLog,org.fenixedu.academic.domain.degreeStructure.OptionalCurricularCourse> getRelationOptionalCurricularCourseOptionalEnrolmentLog() -
getOptionalCurricularCourse
public org.fenixedu.academic.domain.degreeStructure.OptionalCurricularCourse getOptionalCurricularCourse() -
setOptionalCurricularCourse
public void setOptionalCurricularCourse(org.fenixedu.academic.domain.degreeStructure.OptionalCurricularCourse optionalCurricularCourse)
-