Novell exteNd
Director 5.2 API

com.sssw.wf.ui.api
Interface EbiComponentUI

All Known Subinterfaces:
EbiDestinationUI, EbiLinkUI, EbiProcessNodeUI

public interface EbiComponentUI

The base bean class interface representing a link or process node definition in a workflow process definition.

See Also:
EbiProcessNodeDefinition, EbiLinkDefinition

Method Summary
 String getId()
          Get component id.
 String getName()
          Get component name.
 void setName(String name)
          Set component name.
 

Method Detail

getId

public String getId()
Get component id. This returns a 32 byte GUID that uniquely identifies the component. This id identifies the component at runtime.
Returns:
name - the component's name

getName

public String getName()
Get component name.
Returns:
name - the component's name

setName

public void setName(String name)
Set component name. This name identifies the component and appears in process definition.
Parameters:
name - - the component's name

Novell exteNd
Director 5.2 API