Package org.fenixedu.academic.domain
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField) org.fenixedu.academic.domain.DegreeSet<org.fenixedu.academic.domain.dml.DynamicField>org.fenixedu.academic.domain.ExecutionYearorg.fenixedu.commons.i18n.LocalizedStringgetName()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.BennuvoidremoveDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField) voidsetDegree(org.fenixedu.academic.domain.Degree degree) voidsetExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear) voidsetName(org.fenixedu.commons.i18n.LocalizedString name) voidsetRootDomainObject(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
-
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
-
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)
-