wt.eff
Interface PendingEff

All Superinterfaces:
EffForm, EffRecord, NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
PendingDateEff, PendingStringEff
All Known Implementing Classes:
PendingBlockEffectivity, PendingDateEffectivity, PendingLotNumberEffectivity, PendingMSNEffectivity, PendingSerialNumberEffectivity

public interface PendingEff
extends EffRecord

PendingEff is the parent interface for all pending effectivity classes. Pending effectivites are effectivity statements associated to targets which are included on open change activities. When the change activities are resolved and the resulting parts released, product effectivity statements are created for the associated pending effectivity statements.



Supported API: true

Extendable: false


Field Summary
static String PROCESSED
          Label for the attribute; Determines whether this pending effectivity statement has been applied yet.
 
Method Summary
 boolean isProcessed()
          Gets the value of the attribute: PROCESSED.
 void setProcessed(boolean a_Processed)
          Sets the value of the attribute: PROCESSED.
 

Field Detail

PROCESSED

static final String PROCESSED
Label for the attribute; Determines whether this pending effectivity statement has been applied yet.

Supported API: true

See Also:
Constant Field Values
Method Detail

isProcessed

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

Supported API: true

Returns:
boolean

setProcessed

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

Parameters:
a_Processed -
Throws:
WTPropertyVetoException