wt.eff
Interface IncorporationDate

All Superinterfaces:
Eff, EffForm, EffRecord, NetFactor, ObjectMappable, Persistable, Serializable

public interface IncorporationDate
extends Eff

Effectivities are no longer used to indicate incorporation.

Supported API: true

Extendable: true


Field Summary
static String RANGE
          Label for the attribute; The DateEffRange indicates when the version was assembled into the product instance.
 
Fields inherited from interface wt.eff.Eff
TARGET, TARGET_REFERENCE
 
Method Summary
 EffRange getRange()
          Gets the object for the association that plays role: RANGE.
 void setRange(EffRange a_Range)
          Sets the object for the association that plays role: RANGE.
 
Methods inherited from interface wt.eff.Eff
getTarget, getTargetReference, setTarget, setTargetReference
 

Field Detail

RANGE

static final String RANGE
Label for the attribute; The DateEffRange indicates when the version was assembled into the product instance.

Supported API: true

See Also:
Constant Field Values
Method Detail

getRange

EffRange getRange()
Gets the object for the association that plays role: RANGE. The DateEffRange indicates when the version was assembled into the product instance.

Supported API: true

Returns:
EffRange

setRange

void setRange(EffRange a_Range)
              throws WTPropertyVetoException
Sets the object for the association that plays role: RANGE. The DateEffRange indicates when the version was assembled into the product instance.

Supported API: true

Parameters:
a_Range -
Throws:
WTPropertyVetoException