Class ShiftCapacityStrategy_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy

public abstract class ShiftCapacityStrategy_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
    addTypes(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType types)
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType>
     
    void
    removeTypes(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType types)
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    void
    setRoot(org.fenixedu.bennu.core.domain.Bennu root)
     

    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

    • ShiftCapacityStrategy_Base

      protected ShiftCapacityStrategy_Base()
  • Method Details

    • getRelationShiftCapacityStrategyRoot

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy> getRelationShiftCapacityStrategyShiftCapacityType()
    • getName

      public org.fenixedu.commons.i18n.LocalizedString getName()
    • setName

      public void setName(org.fenixedu.commons.i18n.LocalizedString name)
    • getRoot

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

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

      public void addTypes(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType types)
    • removeTypes

      public void removeTypes(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType types)
    • getTypesSet

      public Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType> getTypesSet()