|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.registry.base.BaseToolDescriptor
Bean-like implementation of the ToolDescriptor interface
Constructor Summary | |
BaseToolDescriptor()
|
Method Summary | |
boolean |
equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal. |
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. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseToolDescriptor()
Method Detail |
public boolean equals(java.lang.Object object)
public java.lang.String getName()
getName
in interface ToolDescriptor
public void setName(java.lang.String name)
setName
in interface ToolDescriptor
public java.lang.String getScope()
getScope
in interface ToolDescriptor
public void setScope(java.lang.String scope)
setScope
in interface ToolDescriptor
scope
- the new scope of this toolpublic java.lang.String getClassname()
getClassname
in interface ToolDescriptor
public void setClassname(java.lang.String classname)
setClassname
in interface ToolDescriptor
classname
- the new classname of this tool
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |