Class DegreeClassification_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.raides.DegreeClassification_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class DegreeClassification_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 TypeMethodDescriptionvoidaddDegreeDesignations(org.fenixedu.academic.domain.raides.DegreeDesignation degreeDesignations) voidaddEducationLevelTypes(org.fenixedu.academic.domain.student.personaldata.EducationLevelType educationLevelTypes) getCode()Set<org.fenixedu.academic.domain.raides.DegreeDesignation>Set<org.fenixedu.academic.domain.student.personaldata.EducationLevelType>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.student.personaldata.EducationLevelType,org.fenixedu.academic.domain.raides.DegreeClassification> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.raides.DegreeClassification> org.fenixedu.bennu.core.domain.BennuvoidremoveDegreeDesignations(org.fenixedu.academic.domain.raides.DegreeDesignation degreeDesignations) voidremoveEducationLevelTypes(org.fenixedu.academic.domain.student.personaldata.EducationLevelType educationLevelTypes) voidsetAbbreviation(String abbreviation) voidsetClassificationOrder(Integer classificationOrder) voidvoidsetDescription1(String description1) voidsetDescription2(String description2) 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
-
DegreeClassification_Base
protected DegreeClassification_Base()
-
-
Method Details
-
getRelationEducationLevelTypeDegreeClassification
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.personaldata.EducationLevelType,org.fenixedu.academic.domain.raides.DegreeClassification> getRelationEducationLevelTypeDegreeClassification() -
getRelationDegreeDesignationDegreeClassification
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.raides.DegreeDesignation,org.fenixedu.academic.domain.raides.DegreeClassification> getRelationDegreeDesignationDegreeClassification() -
getRelationRootDomainObjectDegreeClassification
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.raides.DegreeClassification> getRelationRootDomainObjectDegreeClassification() -
getCode
-
setCode
-
getDescription1
-
setDescription1
-
getDescription2
-
setDescription2
-
getAbbreviation
-
setAbbreviation
-
getClassificationOrder
-
setClassificationOrder
-
addEducationLevelTypes
public void addEducationLevelTypes(org.fenixedu.academic.domain.student.personaldata.EducationLevelType educationLevelTypes) -
removeEducationLevelTypes
public void removeEducationLevelTypes(org.fenixedu.academic.domain.student.personaldata.EducationLevelType educationLevelTypes) -
getEducationLevelTypesSet
public Set<org.fenixedu.academic.domain.student.personaldata.EducationLevelType> getEducationLevelTypesSet() -
addDegreeDesignations
public void addDegreeDesignations(org.fenixedu.academic.domain.raides.DegreeDesignation degreeDesignations) -
removeDegreeDesignations
public void removeDegreeDesignations(org.fenixedu.academic.domain.raides.DegreeDesignation degreeDesignations) -
getDegreeDesignationsSet
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-