|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.esipart.ESIAbstractPart
public abstract class ESIAbstractPart
Define common behaviors of ESI part abstractions.
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
ESIAbstractPart(WTPart previousPart,
WTPart currentPart)
Create an instance that is properly initialized. |
|
| Method Summary | |
|---|---|
WTPartMaster |
getMaster()
Returns the part master associated with the current part. |
WTPart |
getPrevious()
Gets the object for the association that plays role: previous. |
Vector |
getTargets()
Gets the object for the association that plays role: targets. |
void |
setPrevious(WTPart a_Previous)
Sets the object for the association that plays role: previous. |
void |
setTargets(Vector a_Targets)
Sets the object for the association that plays role: targets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ESIAbstractPart(WTPart previousPart,
WTPart currentPart)
previousPart - The part that is the last published iteration of the part that to be processed. May be null.currentPart - The part that is the current iteration to be processed.| Method Detail |
|---|
public WTPart getPrevious()
public void setPrevious(WTPart a_Previous)
throws WTPropertyVetoException
a_Previous -
WTPropertyVetoExceptionpublic Vector getTargets()
public void setTargets(Vector a_Targets)
throws WTPropertyVetoException
a_Targets -
WTPropertyVetoExceptionpublic WTPartMaster getMaster()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||