Class ConclusionGradeCalculator_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.student.curriculum.calculator.ConclusionGradeCalculator_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
org.fenixedu.academic.domain.student.curriculum.calculator.ConclusionGradeCalculator

public abstract class ConclusionGradeCalculator_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
    addDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
     
    Set<org.fenixedu.academic.domain.DegreeCurricularPlan>
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.student.curriculum.calculator.ConclusionGradeCalculator>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DegreeCurricularPlan,org.fenixedu.academic.domain.student.curriculum.calculator.ConclusionGradeCalculator>
     
    protected org.fenixedu.bennu.core.domain.Bennu
     
    boolean
     
    void
    removeDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    protected void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setShowDescriptionToStudents(boolean showDescriptionToStudents)
     

    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

    • ConclusionGradeCalculator_Base

      protected ConclusionGradeCalculator_Base()
  • Method Details

    • getRelationConclusionGradeCalculatorDegreeCurricularPlan

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DegreeCurricularPlan,org.fenixedu.academic.domain.student.curriculum.calculator.ConclusionGradeCalculator> getRelationConclusionGradeCalculatorDegreeCurricularPlan()
    • getRelationConclusionGradeCalculatorBennu

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.student.curriculum.calculator.ConclusionGradeCalculator> getRelationConclusionGradeCalculatorBennu()
    • getName

      public org.fenixedu.commons.i18n.LocalizedString getName()
    • setName

      public void setName(org.fenixedu.commons.i18n.LocalizedString name)
    • getShowDescriptionToStudents

      public boolean getShowDescriptionToStudents()
    • setShowDescriptionToStudents

      public void setShowDescriptionToStudents(boolean showDescriptionToStudents)
    • addDegreeCurricularPlans

      public void addDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
    • removeDegreeCurricularPlans

      public void removeDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
    • getDegreeCurricularPlansSet

      public Set<org.fenixedu.academic.domain.DegreeCurricularPlan> getDegreeCurricularPlansSet()
    • getRootDomainObject

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

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