|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.effectivity.UnitEffectivity
public abstract class UnitEffectivity
Abstract class representing a unit based effectivity. All effectivity
types which result from specializing this class contain a start number
and end number, and represent the number span during which some item
is effective.
Supported API: true
Extendable: true
Effectivity,
Serialized Form| Field Summary | |
|---|---|
static String |
EFF_CONTEXT
Label for the attribute. |
static String |
EFF_CONTEXT_REFERENCE
Label for the attribute. |
static String |
RANGE
Label for the attribute. |
static String |
TARGET
Label for the attribute. |
| Method Summary | |
|---|---|
EffContext |
getEffContext()
Gets the object for the association that plays role: EFF_CONTEXT. |
ObjectReference |
getEffContextReference()
Gets the value of the attribute: EFF_CONTEXT_REFERENCE. |
EffRange |
getRange()
Gets the object for the association that plays role: RANGE. |
EffRecordable |
getTarget()
Gets the object for the association that plays role: TARGET. |
WTReference |
getTargetReference()
Gets the value of the attribute: TARGET_REFERENCE. |
void |
setEffContext(EffContext a_EffContext)
Sets the object for the association that plays role: EFF_CONTEXT. |
void |
setEffContextReference(ObjectReference a_EffContextReference)
Sets the value of the attribute: EFF_CONTEXT_REFERENCE. |
void |
setRange(EffRange a_Range)
Sets the object for the association that plays role: RANGE. |
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. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RANGE
public static final String EFF_CONTEXT
public static final String EFF_CONTEXT_REFERENCE
public static final String TARGET
| Method Detail |
|---|
public EffRange getRange()
getRange in interface StringEff
public void setRange(EffRange a_Range)
throws WTPropertyVetoException
setRange in interface StringEffa_Range -
WTPropertyVetoExceptionpublic EffContext getEffContext()
public void setEffContext(EffContext a_EffContext)
throws WTPropertyVetoException,
WTException
a_EffContext -
WTPropertyVetoException
WTExceptionpublic ObjectReference getEffContextReference()
public void setEffContextReference(ObjectReference a_EffContextReference)
throws WTPropertyVetoException
a_EffContextReference -
WTPropertyVetoExceptionpublic EffRecordable getTarget()
getTarget in interface Eff
public void setTarget(EffRecordable a_Target)
throws WTPropertyVetoException,
WTException
setTarget in interface Effa_Target -
WTPropertyVetoException
WTExceptionpublic WTReference getTargetReference()
getTargetReference in interface Eff
public void setTargetReference(WTReference a_TargetReference)
throws WTPropertyVetoException
setTargetReference in interface Effa_TargetReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||