wt.eff
Class PendingBlockEffectivity

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

public class PendingBlockEffectivity
extends Object
implements BlockEffForm, PendingEff, Externalizable

Use the newPendingBlockEffectivity static factory method(s), not the PendingBlockEffectivity 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