Package wt.effectivity
Class DatedEffectivity
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.effectivity._DatedEffectivity
wt.effectivity.DatedEffectivity
- All Implemented Interfaces:
Externalizable,Serializable,wt.eff._Eff,wt.eff._EffRecord,Eff,EffRecord,wt.eff.form._DateEffForm,wt.eff.form._EffForm,DateEffForm,EffForm,wt.effectivity._Effectivity,Effectivity,wt.esi._Releasable,Releasable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
wt.effectivity._WTDatedEffectivity
@GenAsPersistable(superClass=WTObject.class,interfaces={DateEffForm.class,Effectivity.class},extendable=true,derivedProperties={@DerivedProperty(name="startDate",derivedFrom="range.start"),@DerivedProperty(name="endDate",derivedFrom="range.end")})
public abstract class DatedEffectivity
extends _DatedEffectivity
Abstract class representing a date based effectivity. All effectivity
types which result from specializing this class contain a start date
and end date, and represent the time span during which some item is effective.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEffContext(EffContext the_effContext) The context, constrained as an EffConfigurationItem.voidsetTarget(EffRecordable a_Target) Sets the object for the association that plays role: TARGET.voidsetTargetReference(WTReference a_TargetReference) Sets the value of the attribute: TARGET_REFERENCE.Methods inherited from class wt.effectivity._DatedEffectivity
getEffContext, getEffContextReference, getTarget, getTargetReference, setEffContextReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMap
-
Method Details
-
setTarget
Sets the object for the association that plays role: TARGET.
Supported API: true- Specified by:
setTargetin interfacewt.eff._EffRecord- Specified by:
setTargetin interfaceEff- Overrides:
setTargetin class_DatedEffectivity- Parameters:
a_Target-- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setTargetReference
Sets the value of the attribute: TARGET_REFERENCE.
Supported API: true- Specified by:
setTargetReferencein interfacewt.eff._EffRecord- Overrides:
setTargetReferencein class_DatedEffectivity- Parameters:
a_TargetReference-- Throws:
WTPropertyVetoException- See Also:
-
setEffContext
The context, constrained as an EffConfigurationItem. Note that the context is required by this Eff.Supported API: true
- Specified by:
setEffContextin interfacewt.eff.form._EffForm- Overrides:
setEffContextin class_DatedEffectivity- Throws:
WTPropertyVetoExceptionWTException- See Also:
-