Class Mark_Base

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

public abstract class Mark_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
    org.fenixedu.academic.domain.Attends
     
    org.joda.time.DateTime
     
    org.fenixedu.academic.domain.Evaluation
     
    org.joda.time.DateTime
     
     
     
    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.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.Mark>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    setAttend(org.fenixedu.academic.domain.Attends attend)
     
    void
    setEnrolmentDate(org.joda.time.DateTime enrolmentDate)
     
    void
    setEvaluation(org.fenixedu.academic.domain.Evaluation evaluation)
     
    void
    setGradeDate(org.joda.time.DateTime gradeDate)
     
    void
     
    void
    setPublishedMark(String publishedMark)
     
    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

    • Mark_Base

      protected Mark_Base()
  • Method Details

    • getRelationMarkEvaluation

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Attends,org.fenixedu.academic.domain.Mark> getRelationMarkAttends()
    • getRelationRootDomainObjectMark

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Mark> getRelationRootDomainObjectMark()
    • getMark

      public String getMark()
    • setMark

      public void setMark(String mark)
    • getPublishedMark

      public String getPublishedMark()
    • setPublishedMark

      public void setPublishedMark(String publishedMark)
    • getEnrolmentDate

      public org.joda.time.DateTime getEnrolmentDate()
    • setEnrolmentDate

      public void setEnrolmentDate(org.joda.time.DateTime enrolmentDate)
    • getGradeDate

      public org.joda.time.DateTime getGradeDate()
    • setGradeDate

      public void setGradeDate(org.joda.time.DateTime gradeDate)
    • getEvaluation

      public org.fenixedu.academic.domain.Evaluation getEvaluation()
    • setEvaluation

      public void setEvaluation(org.fenixedu.academic.domain.Evaluation evaluation)
    • getAttend

      public org.fenixedu.academic.domain.Attends getAttend()
    • setAttend

      public void setAttend(org.fenixedu.academic.domain.Attends attend)
    • getRootDomainObject

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

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