Class Evaluation_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.Evaluation_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class Evaluation_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
    addAssociatedExecutionCourses(org.fenixedu.academic.domain.ExecutionCourse associatedExecutionCourses)
     
    void
    addMarks(org.fenixedu.academic.domain.Mark marks)
     
    Set<org.fenixedu.academic.domain.ExecutionCourse>
     
    org.fenixedu.academic.domain.curriculum.grade.GradeScale
     
    Set<org.fenixedu.academic.domain.Mark>
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionCourse,org.fenixedu.academic.domain.Evaluation>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.curriculum.grade.GradeScale,org.fenixedu.academic.domain.Evaluation>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Mark,org.fenixedu.academic.domain.Evaluation>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Evaluation>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    removeAssociatedExecutionCourses(org.fenixedu.academic.domain.ExecutionCourse associatedExecutionCourses)
     
    void
    removeMarks(org.fenixedu.academic.domain.Mark marks)
     
    void
    setGradeScale(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScale)
     
    void
    setPublishmentMessage(String publishmentMessage)
     
    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

    • Evaluation_Base

      protected Evaluation_Base()
  • Method Details

    • getRelationMarkEvaluation

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Mark,org.fenixedu.academic.domain.Evaluation> getRelationMarkEvaluation()
    • getRelationRootDomainObjectEvaluation

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Evaluation> getRelationRootDomainObjectEvaluation()
    • getRelationEvaluationExecutionCourse

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionCourse,org.fenixedu.academic.domain.Evaluation> getRelationEvaluationExecutionCourse()
    • getRelationGradeScaleEvaluation

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.curriculum.grade.GradeScale,org.fenixedu.academic.domain.Evaluation> getRelationGradeScaleEvaluation()
    • getPublishmentMessage

      public String getPublishmentMessage()
    • setPublishmentMessage

      public void setPublishmentMessage(String publishmentMessage)
    • addMarks

      public void addMarks(org.fenixedu.academic.domain.Mark marks)
    • removeMarks

      public void removeMarks(org.fenixedu.academic.domain.Mark marks)
    • getMarksSet

      public Set<org.fenixedu.academic.domain.Mark> getMarksSet()
    • getRootDomainObject

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject()
    • setRootDomainObject

      public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
    • addAssociatedExecutionCourses

      public void addAssociatedExecutionCourses(org.fenixedu.academic.domain.ExecutionCourse associatedExecutionCourses)
    • removeAssociatedExecutionCourses

      public void removeAssociatedExecutionCourses(org.fenixedu.academic.domain.ExecutionCourse associatedExecutionCourses)
    • getAssociatedExecutionCoursesSet

      public Set<org.fenixedu.academic.domain.ExecutionCourse> getAssociatedExecutionCoursesSet()
    • getGradeScale

      public org.fenixedu.academic.domain.curriculum.grade.GradeScale getGradeScale()
    • setGradeScale

      public void setGradeScale(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScale)