Class DegreeInfo_Base

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

public abstract class DegreeInfo_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
    addDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
     
    org.fenixedu.academic.domain.Degree
     
    Set<org.fenixedu.academic.domain.dml.DynamicField>
     
    org.fenixedu.academic.domain.ExecutionYear
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DegreeInfo,org.fenixedu.academic.domain.Degree>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionYear,org.fenixedu.academic.domain.DegreeInfo>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.dml.DynamicField,org.fenixedu.academic.domain.DegreeInfo>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.DegreeInfo>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    removeDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
     
    void
    setDegree(org.fenixedu.academic.domain.Degree degree)
     
    void
    setExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear)
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    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

    • DegreeInfo_Base

      protected DegreeInfo_Base()
  • Method Details

    • getRelationDynamicFieldsForDegreeInfo

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.dml.DynamicField,org.fenixedu.academic.domain.DegreeInfo> getRelationDynamicFieldsForDegreeInfo()
    • getRelationDegreeInfoExecutionYear

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionYear,org.fenixedu.academic.domain.DegreeInfo> getRelationDegreeInfoExecutionYear()
    • getRelationDegreeDegreeInfo

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DegreeInfo,org.fenixedu.academic.domain.Degree> getRelationDegreeDegreeInfo()
    • getRelationRootDomainObjectDegreeInfo

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.DegreeInfo> getRelationRootDomainObjectDegreeInfo()
    • getName

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

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

      public void addDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
    • removeDynamicField

      public void removeDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
    • getDynamicFieldSet

      public Set<org.fenixedu.academic.domain.dml.DynamicField> getDynamicFieldSet()
    • getExecutionYear

      public org.fenixedu.academic.domain.ExecutionYear getExecutionYear()
    • setExecutionYear

      public void setExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear)
    • getDegree

      public org.fenixedu.academic.domain.Degree getDegree()
    • setDegree

      public void setDegree(org.fenixedu.academic.domain.Degree degree)
    • getRootDomainObject

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

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