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:
-
Field Summary
Fields inherited from class wt.effectivity._DatedEffectivity
END_DATE, EXTERNALIZATION_VERSION_UID, START_DATEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.effectivity._Effectivity
CONFIG_ITEM_REF, STANDARD_TARGET_REFERENCE, VERSIONED_TARGETFields inherited from interface wt.eff.form._EffForm
EFF_CONTEXT, EFF_CONTEXT_REFERENCE, RANGEFields inherited from interface wt.eff._EffRecord
CREATION, CREATION_REFERENCE, DELETION, DELETION_REFERENCE, EFF_TYPE_MODIFIER, TARGET, TARGET_REFERENCEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
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
getAdministrativeLock, getClassInfo, getConceptualClassname, getCreation, getCreationReference, getDeletion, getDeletionReference, getEffContext, getEffContextReference, getEffTypeModifier, getFederatableInfo, getRange, getStandardTargetReference, getTarget, getTargetReference, getType, readExternal, readExternal, readVersion, setAdministrativeLock, setConfigItemRef, setCreation, setCreationReference, setDeletion, setDeletionReference, setEffContextReference, setEffTypeModifier, setFederatableInfo, setRange, setStandardTargetReference, super_readExternal_DatedEffectivity, super_readVersion_DatedEffectivity, super_writeExternal_DatedEffectivity, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.eff.Eff
checkAttributesMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMapMethods inherited from interface wt.fc.Persistable
getIdentity
-
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:
-