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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans) Set<org.fenixedu.academic.domain.DegreeCurricularPlan>org.fenixedu.commons.i18n.LocalizedStringgetName()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.BennubooleanvoidremoveDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans) voidsetName(org.fenixedu.commons.i18n.LocalizedString name) protected voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetShowDescriptionToStudents(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
-
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
-
getRootDomainObject
protected org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
protected void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-