|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.esipart.ESIAbstractPart
Define common behaviors of ESI part abstractions.
Supported API: true
Extendable: true
Field Summary | |
private static String |
CLASSNAME
|
private WTPart |
current
|
private WTPart |
previous
|
private static String |
RESOURCE
|
private Vector |
targets
|
Constructor Summary | |
ESIAbstractPart()
Declare a default constructor so static methods newInstance() can be called. |
|
ESIAbstractPart(WTPart previousPart,
WTPart currentPart)
Create an instance that is properly initialized. |
Method Summary | |
private void |
currentValidate(WTPart a_Current)
|
WTPart |
getCurrent()
Gets the object for the association that plays role: current. |
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 |
setCurrent(WTPart a_Current)
Sets the object for the association that plays role: current. |
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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private WTPart current
private WTPart previous
private Vector targets
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.public ESIAbstractPart()
Method Detail |
public WTPart getCurrent()
public void setCurrent(WTPart a_Current) throws WTPropertyVetoException
a_Current
-
WTPropertyVetoException
private void currentValidate(WTPart a_Current) throws WTPropertyVetoException
a_Current
-
WTPropertyVetoException
public WTPart getPrevious()
public void setPrevious(WTPart a_Previous) throws WTPropertyVetoException
a_Previous
-
WTPropertyVetoException
public Vector getTargets()
public void setTargets(Vector a_Targets) throws WTPropertyVetoException
a_Targets
-
WTPropertyVetoException
public WTPartMaster getMaster()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |