org.apache.cocoon.portal.tools
Interface PortalToolComponent

All Known Implementing Classes:
PortalToolFunction

public interface PortalToolComponent

Version:
$Id: PortalToolComponent.java 321068 2005-10-14 10:36:50Z cziegeler $

Method Summary
 String getId()
          Returns the id of the component
 String getName()
          Returns the name of the component
 void setId(String id)
          Sets the id of the component
 void setName(String name)
          Sets the name of the component
 

Method Detail

setId

public void setId(String id)
Sets the id of the component

Parameters:
id -

getId

public String getId()
Returns the id of the component


setName

public void setName(String name)
Sets the name of the component

Parameters:
name -

getName

public String getName()
Returns the name of the component



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.