|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.portal.tools.PortalToolFunction
public class 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
public void setId(String id)
PortalToolComponent
setId
in interface PortalToolComponent
public String getName()
PortalToolComponent
getName
in interface PortalToolComponent
public void setName(String name)
PortalToolComponent
setName
in interface PortalToolComponent
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 |