com.ptc.windchill.esi.esipart
Interface PartRenderer

All Superinterfaces:
ResponseRenderer
All Known Implementing Classes:
ESIPartRenderer

public interface PartRenderer
extends ResponseRenderer

The PartRenderer interface defines the methods that are available on all ESI part renderer implementation classes.

Supported API: true

Extendable: false


Field Summary
static String UTILITY
          Label for the attribute.
 
Method Summary
 ESIPartUtility getUtility()
          Gets the object for the association that plays role: UTILITY.
 void initialize()
          Perform any required initialization processing.
 void setUtility(ESIPartUtility a_Utility)
          Sets the object for the association that plays role: UTILITY.
 
Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer
render
 

Field Detail

UTILITY

static final String UTILITY
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getUtility

ESIPartUtility getUtility()
Gets the object for the association that plays role: UTILITY.

Supported API: true

Returns:
ESIPartUtility

setUtility

void setUtility(ESIPartUtility a_Utility)
                throws WTPropertyVetoException
Sets the object for the association that plays role: UTILITY.

Supported API: true

Parameters:
a_Utility -
Throws:
WTPropertyVetoException

initialize

void initialize()
Perform any required initialization processing.

Supported API: true