Class EnrolmentInstructions_Base

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

public abstract class EnrolmentInstructions_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
    org.fenixedu.academic.domain.ExecutionInterval
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionInterval,org.fenixedu.academic.domain.EnrolmentInstructions>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.EnrolmentInstructions>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.commons.i18n.LocalizedString
     
    void
    setExecutionSemester(org.fenixedu.academic.domain.ExecutionInterval executionSemester)
     
    void
    setInstructions(String instructions)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setTempInstructions(org.fenixedu.commons.i18n.LocalizedString tempInstructions)
     

    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

    • EnrolmentInstructions_Base

      protected EnrolmentInstructions_Base()
  • Method Details

    • getRelationExecutionSemesterEnrolmentInstructions

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionInterval,org.fenixedu.academic.domain.EnrolmentInstructions> getRelationExecutionSemesterEnrolmentInstructions()
    • getRelationRootDomainObjectEnrolmentInstructions

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.EnrolmentInstructions> getRelationRootDomainObjectEnrolmentInstructions()
    • getInstructions

      public String getInstructions()
    • setInstructions

      public void setInstructions(String instructions)
    • getTempInstructions

      public org.fenixedu.commons.i18n.LocalizedString getTempInstructions()
    • setTempInstructions

      public void setTempInstructions(org.fenixedu.commons.i18n.LocalizedString tempInstructions)
    • getExecutionSemester

      public org.fenixedu.academic.domain.ExecutionInterval getExecutionSemester()
    • setExecutionSemester

      public void setExecutionSemester(org.fenixedu.academic.domain.ExecutionInterval executionSemester)
    • getRootDomainObject

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

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