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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity capacities) booleanSet<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity>getCode()booleanintorg.fenixedu.commons.i18n.LocalizedStringgetName()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.BennugetRoot()org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityStrategyvoidremoveCapacities(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity capacities) voidsetActive(boolean active) voidvoidsetDefaultType(boolean defaultType) voidsetEvaluationPriority(int evaluationPriority) voidsetName(org.fenixedu.commons.i18n.LocalizedString name) voidsetRoot(org.fenixedu.bennu.core.domain.Bennu root) voidsetStrategy(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
-
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
-
setCode
-
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
-