Package wt.change2
Interface VarianceDateEff
- All Superinterfaces:
wt.fc.adminlock._AdministrativelyLockable,wt.eff.form._EffForm,wt.eff._EffRecord,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.federation._RemotelyLinkable,wt.change2._VarianceEff,AdministrativelyLockable,EffForm,EffRecord,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,NetFactor,ObjectMappable,Persistable,wt.federation.RemotelyLinkable,Serializable,VarianceEff
VarianceDateEff is the parent interface for variance date
effectivities. It constrains its range type to be
Supported API: true
Extendable: false
DateEffRange.
Supported API: true
Extendable: false
-
Field Summary
FieldsFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.eff.form._EffForm
EFF_CONTEXT, EFF_CONTEXT_REFERENCEFields 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.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from interface wt.fc.adminlock._AdministrativelyLockable
getAdministrativeLock, setAdministrativeLockMethods inherited from interface wt.eff.form._EffForm
getEffContext, getEffContextReference, setEffContext, setEffContextReferenceMethods inherited from interface wt.eff._EffRecord
getCreation, getCreationReference, getDeletion, getDeletionReference, getEffTypeModifier, getTarget, getTargetReference, setCreation, setCreationReference, setDeletion, setDeletionReference, setEffTypeModifier, setTarget, setTargetReferenceMethods inherited from interface wt.ufid._Federatable
getFederatableInfo, setFederatableInfoMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMapMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
getIdentity, getTypeMethods inherited from interface wt.change2.VarianceEff
checkAttributes
-
Field Details
-
RANGE
Label for the attribute.
Supported API: true- See Also:
-
-
Method Details
-
getRange
EffRange getRange()Gets the object for the association that plays role: RANGE.
Supported API: true- Specified by:
getRangein interfacewt.eff.form._EffForm- Returns:
- EffRange
-
setRange
Sets the object for the association that plays role: RANGE.
Supported API: true- Specified by:
setRangein interfacewt.eff.form._EffForm- Parameters:
a_Range-- Throws:
WTPropertyVetoException
-