com.ptc.windchill.esi.evt
Class ESISoapRequestRenderer

java.lang.Object
  extended by com.ptc.windchill.esi.evt.ESISoapRequestRenderer
All Implemented Interfaces:
SoapRequestRenderer
Direct Known Subclasses:
ESIEventRenderer

public abstract class ESISoapRequestRenderer
extends Object
implements SoapRequestRenderer

Abstract class containing the implementation of the SoapRequestRenderer interface.

Supported API: true

Extendable: true


Method Summary
 ESIEvent getEvent()
          Gets the object for the association that plays role: event.
 void setEvent(ESIEvent a_Event)
          Sets the object for the association that plays role: event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEvent

public ESIEvent getEvent()
Gets the object for the association that plays role: event.

Supported API: true

Returns:
ESIEvent

setEvent

public void setEvent(ESIEvent a_Event)
Sets the object for the association that plays role: event.

Supported API: true

Parameters:
a_Event -