Novell exteNd
Director 5.2 API

com.sssw.wf.ui.api
Interface EbiDestinationUI

All Superinterfaces:
EbiComponentUI

public interface EbiDestinationUI
extends EbiComponentUI

The base bean class interface representing a destination bean.

See Also:
EbiComponentUI

Method Summary
 EbiLinkUI getLinkUI()
          Get destination bean class' link bean class.
 String getLinkUIClassName()
          Get destination bean class' link bean class name.
 void setLinkUI(EbiLinkUI linkUI)
          Set destination bean class' link bean class.
 
Methods implemented from interface com.sssw.wf.ui.api.EbiComponentUI
getId, getName, setName
 

Method Detail

getLinkUIClassName

public String getLinkUIClassName()
Get destination bean class' link bean class name.
Returns:
String - the link bean class name.

setLinkUI

public void setLinkUI(EbiLinkUI linkUI)
Set destination bean class' link bean class.
Parameters:
linkUI - - the link bean class.

getLinkUI

public EbiLinkUI getLinkUI()
Get destination bean class' link bean class.
Returns:
EbiLinkUI - the link bean class.

Novell exteNd
Director 5.2 API