Package wt.eff
Class _PendingDateEffectivity
java.lang.Object
wt.eff._PendingDateEffectivity
- All Implemented Interfaces:
Externalizable,Serializable,wt.eff._EffRecord,_PendingEff,EffRecord,wt.eff.form._DateEffForm,wt.eff.form._EffForm,DateEffForm,EffForm,PendingEff,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,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
PendingDateEffectivity
public abstract class _PendingDateEffectivity
extends Object
implements DateEffForm, PendingEff, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.eff._PendingEff
PROCESSED -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether this pending effectivity statement has been applied yet.voidsetProcessed(boolean processed) Determines whether this pending effectivity statement has been applied yet.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMap
-
Method Details
-
isProcessed
public boolean isProcessed()Determines whether this pending effectivity statement has been applied yet.Supported API: true
- Specified by:
isProcessedin interface_PendingEff- See Also:
-
setProcessed
Determines whether this pending effectivity statement has been applied yet.Supported API: true
- Specified by:
setProcessedin interface_PendingEff- Throws:
WTPropertyVetoException- See Also:
-