Class ShiftCapacityType_Base

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

public abstract class ShiftCapacityType_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
    addCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity capacities)
     
    boolean
     
    Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>
     
     
    boolean
     
    int
     
    org.fenixedu.commons.i18n.LocalizedString
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType,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.ShiftCapacity>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy
     
    void
    removeCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity capacities)
     
    void
    setActive(boolean active)
     
    void
     
    void
    setDefaultType(boolean defaultType)
     
    void
    setEvaluationPriority(int evaluationPriority)
     
    void
    setName(org.fenixedu.commons.i18n.LocalizedString name)
     
    void
    setRoot(org.fenixedu.bennu.core.domain.Bennu root)
     
    void
    setStrategy(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy strategy)
     

    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

    • ShiftCapacityType_Base

      protected ShiftCapacityType_Base()
  • Method Details

    • getRelationShiftCapacityTypeRoot

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

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

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

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

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

      public String getCode()
    • setCode

      public void setCode(String code)
    • getActive

      public boolean getActive()
    • setActive

      public void setActive(boolean active)
    • getDefaultType

      public boolean getDefaultType()
    • setDefaultType

      public void setDefaultType(boolean defaultType)
    • getEvaluationPriority

      public int getEvaluationPriority()
    • setEvaluationPriority

      public void setEvaluationPriority(int evaluationPriority)
    • getRoot

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

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

      public org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy getStrategy()
    • setStrategy

      public void setStrategy(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategy strategy)
    • addCapacities

      public void addCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity capacities)
    • removeCapacities

      public void removeCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity capacities)
    • getCapacitiesSet

      public Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getCapacitiesSet()