|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.esidoc.ESIRefLink
Encapsulates the current and previous publishing state of a WTPartReference
object for a specified ESITarget.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private WTDocument |
currentDoc
|
private WTPart |
currentPart
|
private WTDocument |
previousDoc
|
private WTPart |
previousPart
|
private static String |
RESOURCE
|
private ESITarget |
target
|
Constructor Summary | |
(package private) |
ESIRefLink(ESITarget tgt,
WTDocument doc,
WTPart part)
Supported API: false |
Method Summary | |
boolean |
equals(Object obj)
|
(package private) WTDocument |
getCurrentDoc()
Gets the value of the attribute: currentDoc. |
(package private) WTPart |
getCurrentPart()
Gets the value of the attribute: currentPart. |
(package private) WTDocument |
getPreviousDoc()
Gets the value of the attribute: previousDoc. |
(package private) WTPart |
getPreviousPart()
Gets the value of the attribute: previousPart. |
(package private) ESITarget |
getTarget()
Gets the value of the attribute: target; The ESITarget associated with this object Supported API: false |
int |
hashCode()
|
(package private) void |
setPreviousDoc(WTDocument a_PreviousDoc)
Sets the value of the attribute: previousDoc. |
(package private) void |
setPreviousPart(WTPart a_PreviousPart)
Sets the value of the attribute: previousPart. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ESITarget target
private WTDocument currentDoc
private WTDocument previousDoc
private WTPart currentPart
private WTPart previousPart
Constructor Detail |
ESIRefLink(ESITarget tgt, WTDocument doc, WTPart part)
tgt
- doc
- part
- Method Detail |
ESITarget getTarget()
WTDocument getCurrentDoc()
WTDocument getPreviousDoc()
void setPreviousDoc(WTDocument a_PreviousDoc)
a_PreviousDoc
- WTPart getCurrentPart()
WTPart getPreviousPart()
void setPreviousPart(WTPart a_PreviousPart)
a_PreviousPart
- public boolean equals(Object obj)
public String toString()
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |