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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans) voidaddExtraCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacities) voidaddExtraCapacityReferences(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacityReferences) voidaddSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses) voidaddShiftEnrolments(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.BennugetRoot()Set<org.fenixedu.academic.domain.SchoolClass>org.fenixedu.academic.domain.ShiftgetShift()Set<org.fenixedu.academic.domain.ShiftEnrolment>org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityTypegetType()voidremoveDegreeCurricularPlans(org.fenixedu.academic.domain.DegreeCurricularPlan degreeCurricularPlans) voidremoveExtraCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacities) voidremoveExtraCapacityReferences(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity extraCapacityReferences) voidremoveSchoolClasses(org.fenixedu.academic.domain.SchoolClass schoolClasses) voidremoveShiftEnrolments(org.fenixedu.academic.domain.ShiftEnrolment shiftEnrolments) voidsetCapacity(Integer capacity) voidsetRoot(org.fenixedu.bennu.core.domain.Bennu root) voidsetShift(org.fenixedu.academic.domain.Shift shift) voidsetType(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
-
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
-
setCapacity
-
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
-
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
-
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
-