Class ShiftCapacity_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class ShiftCapacity_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
    addDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
     
    void
    addExtraCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacities)
     
    void
    addExtraCapacityReferences(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacityReferences)
     
    void
    addSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses)
     
    void
    addShiftEnrolments(org.fenixedu.academic.domain.ShiftEnrolment shiftEnrolments)
     
     
    Set<org.fenixedu.academic.domain.DegreeCurricularPlan>
     
    Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>
     
    Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.DegreeCurricularPlan>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.SchoolClass>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.Shift>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    Set<org.fenixedu.academic.domain.SchoolClass>
     
    org.fenixedu.academic.domain.Shift
     
    Set<org.fenixedu.academic.domain.ShiftEnrolment>
     
    org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType
     
    void
    removeDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
     
    void
    removeExtraCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacities)
     
    void
    removeExtraCapacityReferences(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacityReferences)
     
    void
    removeSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses)
     
    void
    removeShiftEnrolments(org.fenixedu.academic.domain.ShiftEnrolment shiftEnrolments)
     
    void
    setCapacity(Integer capacity)
     
    void
    setRoot(org.fenixedu.bennu.core.domain.Bennu root)
     
    void
    setShift(org.fenixedu.academic.domain.Shift shift)
     
    void
    setType(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType type)
     

    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

    • ShiftCapacity_Base

      protected ShiftCapacity_Base()
  • Method Details

    • getRelationShiftCapacityShift

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.Shift> getRelationShiftCapacityShift()
    • getRelationShiftCapacityRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.bennu.core.domain.Bennu> getRelationShiftCapacityRoot()
    • getRelationShiftCapacitySchoolClass

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.SchoolClass> getRelationShiftCapacitySchoolClass()
    • getRelationShiftCapacityExtraCapacities

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getRelationShiftCapacityExtraCapacities()
    • getRelationShiftCapacityShiftEnrolment

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getRelationShiftCapacityShiftEnrolment()
    • getRelationShiftCapacityTypeShiftCapacity

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getRelationShiftCapacityTypeShiftCapacity()
    • getRelationShiftCapacityDegreeCurricularPlan

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity,org.fenixedu.academic.domain.DegreeCurricularPlan> getRelationShiftCapacityDegreeCurricularPlan()
    • getCapacity

      public Integer getCapacity()
    • setCapacity

      public void setCapacity(Integer capacity)
    • getShift

      public org.fenixedu.academic.domain.Shift getShift()
    • setShift

      public void setShift(org.fenixedu.academic.domain.Shift shift)
    • getRoot

      public org.fenixedu.bennu.core.domain.Bennu getRoot()
    • setRoot

      public void setRoot(org.fenixedu.bennu.core.domain.Bennu root)
    • addSchoolClasses

      public void addSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses)
    • removeSchoolClasses

      public void removeSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses)
    • getSchoolClassesSet

      public Set<org.fenixedu.academic.domain.SchoolClass> getSchoolClassesSet()
    • addExtraCapacityReferences

      public void addExtraCapacityReferences(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacityReferences)
    • removeExtraCapacityReferences

      public void removeExtraCapacityReferences(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacityReferences)
    • getExtraCapacityReferencesSet

      public Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getExtraCapacityReferencesSet()
    • addExtraCapacities

      public void addExtraCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacities)
    • removeExtraCapacities

      public void removeExtraCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacities)
    • getExtraCapacitiesSet

      public Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getExtraCapacitiesSet()
    • addShiftEnrolments

      public void addShiftEnrolments(org.fenixedu.academic.domain.ShiftEnrolment shiftEnrolments)
    • removeShiftEnrolments

      public void removeShiftEnrolments(org.fenixedu.academic.domain.ShiftEnrolment shiftEnrolments)
    • getShiftEnrolmentsSet

      public Set<org.fenixedu.academic.domain.ShiftEnrolment> getShiftEnrolmentsSet()
    • getType

      public org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType getType()
    • setType

      public void setType(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType type)
    • addDegreeCurricularPlans

      public void addDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
    • removeDegreeCurricularPlans

      public void removeDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans)
    • getDegreeCurricularPlansSet

      public Set<org.fenixedu.academic.domain.DegreeCurricularPlan> getDegreeCurricularPlansSet()