org.apache.cocoon.portal.tools
Interface PortalToolComponent

All Known Implementing Classes:
PortalToolFunction

public interface PortalToolComponent

Version:
CVS $Id: PortalToolComponent.html 1304258 2012-03-23 10:09:27Z ilgrosso $

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

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

Parameters:
id -

getId

String getId()
Returns the id of the component


setName

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

Parameters:
name -

getName

String getName()
Returns the name of the component



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.