Package org.fenixedu.academic.domain
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.ExecutionIntervalstatic 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.Bennuorg.fenixedu.commons.i18n.LocalizedStringvoidsetExecutionSemester(org.fenixedu.academic.domain.ExecutionInterval executionSemester) voidsetInstructions(String instructions) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetTempInstructions(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
-
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
-
setInstructions
-
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)
-