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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDistrictSubdivisions(org.fenixedu.academic.domain.DistrictSubdivision districtSubdivisions)
     
     
    Set<org.fenixedu.academic.domain.DistrictSubdivision>
     
     
    org.fenixedu.academic.domain.student.PrecedentDegreeInformation
     
    static 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.Bennu
     
    void
    removeDistrictSubdivisions(org.fenixedu.academic.domain.DistrictSubdivision districtSubdivisions)
     
    void
     
    void
     
    void
    setPrecedentDegreeInformation(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformation)
     
    void
    setRootDomainObject(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • 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

      public Set<org.fenixedu.academic.domain.DistrictSubdivision> getDistrictSubdivisionsSet()
    • getPrecedentDegreeInformation

      public org.fenixedu.academic.domain.student.PrecedentDegreeInformation getPrecedentDegreeInformation()
    • setPrecedentDegreeInformation

      public void setPrecedentDegreeInformation(org.fenixedu.academic.domain.student.PrecedentDegreeInformation precedentDegreeInformation)