Class GradeScaleEntry_Base

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

public abstract class GradeScaleEntry_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
    boolean
     
    org.fenixedu.commons.i18n.LocalizedString
     
    int
     
    org.fenixedu.academic.domain.curriculum.grade.GradeScale
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.curriculum.grade.GradeScaleEntry>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.curriculum.grade.GradeScaleEntry,org.fenixedu.academic.domain.curriculum.grade.GradeScale>
     
    org.fenixedu.bennu.core.domain.Bennu
     
     
    void
    setAllowsApproval(boolean allowsApproval)
     
    void
    setDescription(org.fenixedu.commons.i18n.LocalizedString description)
     
    void
    setGradeOrder(int gradeOrder)
     
    void
    setGradeScale(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScale)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
     

    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

    • GradeScaleEntry_Base

      protected GradeScaleEntry_Base()
  • Method Details

    • getRelationGradeScaleEntryBennu

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.curriculum.grade.GradeScaleEntry> getRelationGradeScaleEntryBennu()
    • getRelationGradeScaleGradeScaleEntry

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.curriculum.grade.GradeScaleEntry,org.fenixedu.academic.domain.curriculum.grade.GradeScale> getRelationGradeScaleGradeScaleEntry()
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDescription

      public org.fenixedu.commons.i18n.LocalizedString getDescription()
    • setDescription

      public void setDescription(org.fenixedu.commons.i18n.LocalizedString description)
    • getAllowsApproval

      public boolean getAllowsApproval()
    • setAllowsApproval

      public void setAllowsApproval(boolean allowsApproval)
    • getGradeOrder

      public int getGradeOrder()
    • setGradeOrder

      public void setGradeOrder(int gradeOrder)
    • getRootDomainObject

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

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

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

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