|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Eff
Provides the capability to specify when an EffManagedVersion
is effective given a start and end (EffRange) and optionally
an EffContext. Implementations of Eff may constrain
the EffContext as well as make it required; implementations
also may specify a subclass of EffRange and by doing so
specify the type of the start/end values.
Effs are often grouped into an EffGroup.
Supported API: true
Extendable: true
DateEff,
StringEff,
LeftFilledStringEff,
IncorporationDate| Field Summary | |
|---|---|
static String |
TARGET
Label for the attribute; The target for an Eff. |
static String |
TARGET_REFERENCE
Label for the attribute; The target for an Eff. |
| Method Summary | |
|---|---|
EffRecordable |
getTarget()
Gets the object for the association that plays role: TARGET. |
WTReference |
getTargetReference()
Gets the value of the attribute: TARGET_REFERENCE. |
void |
setTarget(EffRecordable a_Target)
Sets the object for the association that plays role: TARGET. |
void |
setTargetReference(WTReference a_TargetReference)
Sets the value of the attribute: TARGET_REFERENCE. |
| Field Detail |
|---|
static final String TARGET
static final String TARGET_REFERENCE
| Method Detail |
|---|
EffRecordable getTarget()
void setTarget(EffRecordable a_Target)
throws WTPropertyVetoException,
WTException
a_Target -
WTPropertyVetoException
WTExceptionWTReference getTargetReference()
void setTargetReference(WTReference a_TargetReference)
throws WTPropertyVetoException
a_TargetReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||