wt.eff
Interface DateEff
- All Superinterfaces:
- Eff, EffForm, EffRecord, NetFactor, ObjectMappable, Persistable, Serializable
public interface DateEff
- extends Eff
An Eff based on an EffContext and a date range.
Supported API: true
Extendable: true
|
Field Summary |
static String |
RANGE
Label for the attribute; The DateEffRange for this DateEff. |
|
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. |
RANGE
static final String RANGE
- Label for the attribute; The DateEffRange for this DateEff.
Supported API: true
- See Also:
- Constant Field Values
getRange
EffRange getRange()
- Gets the object for the association that plays role: RANGE.
The DateEffRange for this DateEff.
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 for this DateEff.
Supported API: true
- Parameters:
a_Range -
- Throws:
WTPropertyVetoException