|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.part.ProductBlockEffectivity
public class ProductBlockEffectivity
Use the newProductBlockEffectivity static factory method(s),
not the ProductBlockEffectivity constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
EFF_CONTEXT
Label for the attribute. |
static String |
EFF_CONTEXT_REFERENCE
Label for the attribute. |
static String |
TARGET
Label for the attribute; The target for an Eff. |
| Fields inherited from interface wt.eff.Eff |
|---|
TARGET_REFERENCE |
| 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. |
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 |
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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String EFF_CONTEXT
public static final String EFF_CONTEXT_REFERENCE
public static final String TARGET
| Method Detail |
|---|
public 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 | ||||||||