Package org.fenixedu.academic.domain
Class DistrictSubdivision_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.DistrictSubdivision_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class DistrictSubdivision_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 TypeMethodDescriptionvoidaddPersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionsData) voidaddSchoolTimePersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData schoolTimePersonalIngressionsData) getCode()org.fenixedu.academic.domain.DistrictgetName()Set<org.fenixedu.academic.domain.student.PersonalIngressionData>org.fenixedu.academic.domain.student.PrecedentDegreeInformationstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DistrictSubdivision,org.fenixedu.academic.domain.District> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PersonalIngressionData,org.fenixedu.academic.domain.DistrictSubdivision> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PersonalIngressionData,org.fenixedu.academic.domain.DistrictSubdivision> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PrecedentDegreeInformation,org.fenixedu.academic.domain.DistrictSubdivision> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.DistrictSubdivision> org.fenixedu.bennu.core.domain.BennuSet<org.fenixedu.academic.domain.student.PersonalIngressionData>voidremovePersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionsData) voidremoveSchoolTimePersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData schoolTimePersonalIngressionsData) voidvoidsetDistrict(org.fenixedu.academic.domain.District district) voidvoidsetPrecedentDegreeInformation(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformation) 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
-
DistrictSubdivision_Base
protected DistrictSubdivision_Base()
-
-
Method Details
-
getRelationPersonalIngressionDataSchoolTimeDistrictSubdivisionOfResidence
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PersonalIngressionData,org.fenixedu.academic.domain.DistrictSubdivision> getRelationPersonalIngressionDataSchoolTimeDistrictSubdivisionOfResidence() -
getRelationPrecedentDegreeInformationDistrictSubdivision
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PrecedentDegreeInformation,org.fenixedu.academic.domain.DistrictSubdivision> getRelationPrecedentDegreeInformationDistrictSubdivision() -
getRelationDistrictDistrictSubdivision
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DistrictSubdivision,org.fenixedu.academic.domain.District> getRelationDistrictDistrictSubdivision() -
getRelationRootDomainObjectDistrictSubdivision
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.DistrictSubdivision> getRelationRootDomainObjectDistrictSubdivision() -
getRelationPersonalIngressionDataDistrictSubdivisionOfResidence
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PersonalIngressionData,org.fenixedu.academic.domain.DistrictSubdivision> getRelationPersonalIngressionDataDistrictSubdivisionOfResidence() -
getCode
-
setCode
-
getName
-
setName
-
addSchoolTimePersonalIngressionsData
public void addSchoolTimePersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData schoolTimePersonalIngressionsData) -
removeSchoolTimePersonalIngressionsData
public void removeSchoolTimePersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData schoolTimePersonalIngressionsData) -
getSchoolTimePersonalIngressionsDataSet
public Set<org.fenixedu.academic.domain.student.PersonalIngressionData> getSchoolTimePersonalIngressionsDataSet() -
getPrecedentDegreeInformation
public org.fenixedu.academic.domain.student.PrecedentDegreeInformation getPrecedentDegreeInformation() -
setPrecedentDegreeInformation
public void setPrecedentDegreeInformation(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformation) -
getDistrict
public org.fenixedu.academic.domain.District getDistrict() -
setDistrict
public void setDistrict(org.fenixedu.academic.domain.District district) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
addPersonalIngressionsData
public void addPersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionsData) -
removePersonalIngressionsData
public void removePersonalIngressionsData(org.fenixedu.academic.domain.student.PersonalIngressionData personalIngressionsData) -
getPersonalIngressionsDataSet
public Set<org.fenixedu.academic.domain.student.PersonalIngressionData> getPersonalIngressionsDataSet()
-