|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for storing tool information for a portlet, control or controller
Method Summary | |
java.lang.String |
getClassname()
|
java.lang.String |
getName()
|
java.lang.String |
getScope()
|
void |
setClassname(java.lang.String classname)
Sets the classname of this tool |
void |
setName(java.lang.String name)
Sets the name for this tool |
void |
setScope(java.lang.String scope)
Sets the scope of this tool. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getScope()
public void setScope(java.lang.String scope)
scope
- the new scope of this toolpublic java.lang.String getClassname()
public void setClassname(java.lang.String classname)
classname
- the new classname of this tool
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |