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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAssociatedMarks(org.fenixedu.academic.domain.Mark associatedMarks)
     
    org.fenixedu.academic.domain.student.Registration
     
    Set<org.fenixedu.academic.domain.Mark>
     
    org.fenixedu.academic.domain.ExecutionCourse
     
    org.fenixedu.academic.domain.Enrolment
     
    static 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.Bennu
     
    void
    removeAssociatedMarks(org.fenixedu.academic.domain.Mark associatedMarks)
     
    void
    setAluno(org.fenixedu.academic.domain.student.Registration aluno)
     
    void
    setDisciplinaExecucao(org.fenixedu.academic.domain.ExecutionCourse disciplinaExecucao)
     
    void
    setEnrolment(org.fenixedu.academic.domain.Enrolment enrolment)
     
    void
    setRootDomainObject(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public Set<org.fenixedu.academic.domain.Mark> 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)