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:
  • 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

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription1

      public String getDescription1()
    • setDescription1

      public void setDescription1(String description1)
    • getDescription2

      public String getDescription2()
    • setDescription2

      public void setDescription2(String description2)
    • getAbbreviation

      public String getAbbreviation()
    • setAbbreviation

      public void setAbbreviation(String abbreviation)
    • getClassificationOrder

      public Integer getClassificationOrder()
    • setClassificationOrder

      public void setClassificationOrder(Integer classificationOrder)
    • 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

      public Set<org.fenixedu.academic.domain.raides.DegreeDesignation> getDegreeDesignationsSet()
    • getRootDomainObject

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

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