Class DegreeDesignation_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.raides.DegreeDesignation_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class DegreeDesignation_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 TypeMethodDescriptionvoidaddInstitutionUnit(org.fenixedu.academic.domain.organizationalStructure.Unit institutionUnit) getCode()org.fenixedu.academic.domain.raides.DegreeClassificationSet<org.fenixedu.academic.domain.organizationalStructure.Unit>static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.raides.DegreeDesignation,org.fenixedu.academic.domain.raides.DegreeClassification> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Unit,org.fenixedu.academic.domain.raides.DegreeDesignation> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.raides.DegreeDesignation> org.fenixedu.bennu.core.domain.BennuvoidremoveInstitutionUnit(org.fenixedu.academic.domain.organizationalStructure.Unit institutionUnit) voidvoidsetDegreeClassification(org.fenixedu.academic.domain.raides.DegreeClassification degreeClassification) voidsetDescription(String description) 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
-
DegreeDesignation_Base
protected DegreeDesignation_Base()
-
-
Method Details
-
getRelationRootDomainObjectDegreeDesignation
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.raides.DegreeDesignation> getRelationRootDomainObjectDegreeDesignation() -
getRelationDegreeDesignationDegreeClassification
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.raides.DegreeDesignation,org.fenixedu.academic.domain.raides.DegreeClassification> getRelationDegreeDesignationDegreeClassification() -
getRelationInstitutionUnitDegreeDesignation
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Unit,org.fenixedu.academic.domain.raides.DegreeDesignation> getRelationInstitutionUnitDegreeDesignation() -
getCode
-
setCode
-
getDescription
-
setDescription
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getDegreeClassification
public org.fenixedu.academic.domain.raides.DegreeClassification getDegreeClassification() -
setDegreeClassification
public void setDegreeClassification(org.fenixedu.academic.domain.raides.DegreeClassification degreeClassification) -
addInstitutionUnit
public void addInstitutionUnit(org.fenixedu.academic.domain.organizationalStructure.Unit institutionUnit) -
removeInstitutionUnit
public void removeInstitutionUnit(org.fenixedu.academic.domain.organizationalStructure.Unit institutionUnit) -
getInstitutionUnitSet
-