wt.eff
Class PendingDateEffectivity

java.lang.Object
  extended by wt.eff.PendingDateEffectivity
All Implemented Interfaces:
Externalizable, Serializable, EffRecord, DateEffForm, EffForm, PendingEff, NetFactor, ObjectMappable, Persistable

public class PendingDateEffectivity
extends Object
implements DateEffForm, PendingEff, Externalizable

Use the newPendingDateEffectivity static factory method(s), not the PendingDateEffectivity constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface wt.eff.PendingEff
PROCESSED
 
Method Summary
 boolean isProcessed()
          Gets the value of the attribute: PROCESSED.
 void setProcessed(boolean a_Processed)
          Sets the value of the attribute: PROCESSED.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isProcessed

public boolean isProcessed()
Gets the value of the attribute: PROCESSED. Determines whether this pending effectivity statement has been applied yet.

Supported API: true

Specified by:
isProcessed in interface PendingEff
Returns:
boolean

setProcessed

public void setProcessed(boolean a_Processed)
                  throws WTPropertyVetoException
Sets the value of the attribute: PROCESSED. Determines whether this pending effectivity statement has been applied yet.

Supported API: true

Specified by:
setProcessed in interface PendingEff
Parameters:
a_Processed -
Throws:
WTPropertyVetoException