Package org.fenixedu.academic.domain
Class District_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.District_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class District_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 TypeMethodDescriptionvoidaddDistrictSubdivisions(org.fenixedu.academic.domain.DistrictSubdivision districtSubdivisions) getCode()Set<org.fenixedu.academic.domain.DistrictSubdivision>getName()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.PrecedentDegreeInformation,org.fenixedu.academic.domain.District> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.District> org.fenixedu.bennu.core.domain.BennuvoidremoveDistrictSubdivisions(org.fenixedu.academic.domain.DistrictSubdivision districtSubdivisions) voidvoidvoidsetPrecedentDegreeInformation(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
-
District_Base
protected District_Base()
-
-
Method Details
-
getRelationRootDomainObjectDistrict
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.District> getRelationRootDomainObjectDistrict() -
getRelationDistrictDistrictSubdivision
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DistrictSubdivision,org.fenixedu.academic.domain.District> getRelationDistrictDistrictSubdivision() -
getRelationPrecedentDegreeInformationDistrict
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.PrecedentDegreeInformation,org.fenixedu.academic.domain.District> getRelationPrecedentDegreeInformationDistrict() -
getCode
-
setCode
-
getName
-
setName
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
addDistrictSubdivisions
public void addDistrictSubdivisions(org.fenixedu.academic.domain.DistrictSubdivision districtSubdivisions) -
removeDistrictSubdivisions
public void removeDistrictSubdivisions(org.fenixedu.academic.domain.DistrictSubdivision districtSubdivisions) -
getDistrictSubdivisionsSet
-
getPrecedentDegreeInformation
public org.fenixedu.academic.domain.student.PrecedentDegreeInformation getPrecedentDegreeInformation() -
setPrecedentDegreeInformation
public void setPrecedentDegreeInformation(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformation)
-