Package org.fenixedu.academic.domain
Class Attends_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.Attends_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class Attends_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 TypeMethodDescriptionvoidaddAssociatedMarks(org.fenixedu.academic.domain.Mark associatedMarks) org.fenixedu.academic.domain.student.RegistrationgetAluno()Set<org.fenixedu.academic.domain.Mark>org.fenixedu.academic.domain.ExecutionCourseorg.fenixedu.academic.domain.Enrolmentstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Enrolment,org.fenixedu.academic.domain.Attends> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Attends,org.fenixedu.academic.domain.student.Registration> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionCourse,org.fenixedu.academic.domain.Attends> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Attends,org.fenixedu.academic.domain.Mark> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Attends> org.fenixedu.bennu.core.domain.BennuvoidremoveAssociatedMarks(org.fenixedu.academic.domain.Mark associatedMarks) voidsetAluno(org.fenixedu.academic.domain.student.Registration aluno) voidsetDisciplinaExecucao(org.fenixedu.academic.domain.ExecutionCourse disciplinaExecucao) voidsetEnrolment(org.fenixedu.academic.domain.Enrolment enrolment) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) 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
-
Attends_Base
protected Attends_Base()
-
-
Method Details
-
getRelationAttendsStudent
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Attends,org.fenixedu.academic.domain.student.Registration> getRelationAttendsStudent() -
getRelationMarkAttends
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Attends,org.fenixedu.academic.domain.Mark> getRelationMarkAttends() -
getRelationExecutionCourseAttends
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionCourse,org.fenixedu.academic.domain.Attends> getRelationExecutionCourseAttends() -
getRelationAttendsEnrolment
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Enrolment,org.fenixedu.academic.domain.Attends> getRelationAttendsEnrolment() -
getRelationRootDomainObjectAttends
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Attends> getRelationRootDomainObjectAttends() -
getAluno
public org.fenixedu.academic.domain.student.Registration getAluno() -
setAluno
public void setAluno(org.fenixedu.academic.domain.student.Registration aluno) -
addAssociatedMarks
public void addAssociatedMarks(org.fenixedu.academic.domain.Mark associatedMarks) -
removeAssociatedMarks
public void removeAssociatedMarks(org.fenixedu.academic.domain.Mark associatedMarks) -
getAssociatedMarksSet
-
getDisciplinaExecucao
public org.fenixedu.academic.domain.ExecutionCourse getDisciplinaExecucao() -
setDisciplinaExecucao
public void setDisciplinaExecucao(org.fenixedu.academic.domain.ExecutionCourse disciplinaExecucao) -
getEnrolment
public org.fenixedu.academic.domain.Enrolment getEnrolment() -
setEnrolment
public void setEnrolment(org.fenixedu.academic.domain.Enrolment enrolment) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-