Class EducationLevelType_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.student.personaldata.EducationLevelType_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class EducationLevelType_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Constructor Details

    • EducationLevelType_Base

      protected EducationLevelType_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()
    • getRelationEducationLevelTypeRootDomainObject

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.student.personaldata.EducationLevelType> getRelationEducationLevelTypeRootDomainObject()
    • getRelationPrecedentDegreeInformationEducationLevelType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PrecedentDegreeInformation,org.fenixedu.academic.domain.student.personaldata.EducationLevelType> getRelationPrecedentDegreeInformationEducationLevelType()
    • getRelationPersonalIngressionDataMotherEducationLevelType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PersonalIngressionData,org.fenixedu.academic.domain.student.personaldata.EducationLevelType> getRelationPersonalIngressionDataMotherEducationLevelType()
    • getRelationPersonalIngressionDataSpouseEducationLevelType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.personaldata.EducationLevelType,org.fenixedu.academic.domain.student.PersonalIngressionData> getRelationPersonalIngressionDataSpouseEducationLevelType()
    • getRelationPersonalIngressionDataFatherEducationLevelType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PersonalIngressionData,org.fenixedu.academic.domain.student.personaldata.EducationLevelType> getRelationPersonalIngressionDataFatherEducationLevelType()
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public org.fenixedu.commons.i18n.LocalizedString getName()
    • setName

      public void setName(org.fenixedu.commons.i18n.LocalizedString name)
    • getActive

      public boolean getActive()
    • setActive

      public void setActive(boolean active)
    • getOther

      public boolean getOther()
    • setOther

      public void setOther(boolean other)
    • getHighSchoolOrEquivalent

      public boolean getHighSchoolOrEquivalent()
    • setHighSchoolOrEquivalent

      public void setHighSchoolOrEquivalent(boolean highSchoolOrEquivalent)
    • getHigherEducation

      public boolean getHigherEducation()
    • setHigherEducation

      public void setHigherEducation(boolean higherEducation)
    • addDegreeClassifications

      public void addDegreeClassifications(org.fenixedu.academic.domain.raides.DegreeClassification degreeClassifications)
    • removeDegreeClassifications

      public void removeDegreeClassifications(org.fenixedu.academic.domain.raides.DegreeClassification degreeClassifications)
    • getDegreeClassificationsSet

      public Set<org.fenixedu.academic.domain.raides.DegreeClassification> getDegreeClassificationsSet()
    • getRootDomainObject

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

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

      public void addPrecedentDegreeInformations(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformations)
    • removePrecedentDegreeInformations

      public void removePrecedentDegreeInformations(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformations)
    • getPrecedentDegreeInformationsSet

      public Set<org.fenixedu.academic.domain.student.PrecedentDegreeInformation> getPrecedentDegreeInformationsSet()
    • addPersonalIngressionDatasAsMotherEducationLevelType

      public void addPersonalIngressionDatasAsMotherEducationLevelType(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionDatasAsMotherEducationLevelType)
    • removePersonalIngressionDatasAsMotherEducationLevelType

      public void removePersonalIngressionDatasAsMotherEducationLevelType(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionDatasAsMotherEducationLevelType)
    • getPersonalIngressionDatasAsMotherEducationLevelTypeSet

      public Set<org.fenixedu.academic.domain.student.PersonalIngressionData> getPersonalIngressionDatasAsMotherEducationLevelTypeSet()
    • addPersonalIngressionDatasAsSpouseEducationLevelType

      public void addPersonalIngressionDatasAsSpouseEducationLevelType(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionDatasAsSpouseEducationLevelType)
    • removePersonalIngressionDatasAsSpouseEducationLevelType

      public void removePersonalIngressionDatasAsSpouseEducationLevelType(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionDatasAsSpouseEducationLevelType)
    • getPersonalIngressionDatasAsSpouseEducationLevelTypeSet

      public Set<org.fenixedu.academic.domain.student.PersonalIngressionData> getPersonalIngressionDatasAsSpouseEducationLevelTypeSet()
    • addPersonalIngressionDatasAsFatherEducationLevelType

      public void addPersonalIngressionDatasAsFatherEducationLevelType(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionDatasAsFatherEducationLevelType)
    • removePersonalIngressionDatasAsFatherEducationLevelType

      public void removePersonalIngressionDatasAsFatherEducationLevelType(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionDatasAsFatherEducationLevelType)
    • getPersonalIngressionDatasAsFatherEducationLevelTypeSet

      public Set<org.fenixedu.academic.domain.student.PersonalIngressionData> getPersonalIngressionDatasAsFatherEducationLevelTypeSet()