Package org.fenixedu.academic.domain
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.Attendsorg.joda.time.DateTimeorg.fenixedu.academic.domain.Evaluationorg.joda.time.DateTimegetMark()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.BennuvoidsetAttend(org.fenixedu.academic.domain.Attends attend) voidsetEnrolmentDate(org.joda.time.DateTime enrolmentDate) voidsetEvaluation(org.fenixedu.academic.domain.Evaluation evaluation) voidsetGradeDate(org.joda.time.DateTime gradeDate) voidvoidsetPublishedMark(String publishedMark) 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
-
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
-
setMark
-
getPublishedMark
-
setPublishedMark
-
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)
-