|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.portal.tools.PortalToolFunction
Represents a function the user can call via the ui or the ToolManager.
Constructor Summary | |
PortalToolFunction()
Constructor |
|
PortalToolFunction(String name,
String id,
String function)
Constructor |
Method Summary | |
String |
getFunction()
Returns the Functionname. |
String |
getId()
Returns the id of the component |
String |
getName()
Returns the name of the component |
boolean |
isInternal()
not in use! |
void |
setFunction(String path)
Sets the Functionname |
void |
setId(String id)
Sets the id of the component |
void |
setInternal(boolean internal)
not in use! |
void |
setName(String name)
Sets the name of the component |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortalToolFunction()
public PortalToolFunction(String name, String id, String function)
name
- Function-Nameid
- Idfunction
- Corresponding flow functinoMethod Detail |
public String getId()
PortalToolComponent
getId
in interface PortalToolComponent
PortalToolComponent.getId()
public void setId(String id)
PortalToolComponent
setId
in interface PortalToolComponent
id
- PortalToolComponent.setId(java.lang.String)
public String getName()
PortalToolComponent
getName
in interface PortalToolComponent
PortalToolComponent.getName()
public void setName(String name)
PortalToolComponent
setName
in interface PortalToolComponent
name
- PortalToolComponent.setName(java.lang.String)
public String getFunction()
public void setFunction(String path)
path
- public boolean isInternal()
public void setInternal(boolean internal)
internal
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |