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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTypes(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType types) org.fenixedu.commons.i18n.LocalizedStringgetName()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.BennugetRoot()Set<org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType>voidremoveTypes(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityType types) voidsetName(org.fenixedu.commons.i18n.LocalizedString name) voidsetRoot(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
-
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
-