|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--amber.type.server.ExtensionModuleInfo
This class holds information relating to a specific extension module added to the server.
ExtensionInterface| Field Summary | |
protected ExtensionInterface |
module
The actual Extension module itself. |
protected java.lang.String |
name
The name of the Extension module. |
| Constructor Summary | |
ExtensionModuleInfo()
Default Constructor. |
|
ExtensionModuleInfo(java.lang.String name,
ExtensionInterface module)
Initialising Constructor. |
|
| Method Summary | |
ExtensionInterface |
getModule()
Gets the data in the following variable: The actual Extension module itself. |
java.lang.String |
getName()
Gets the data in the following variable: The name of the Extension module. |
void |
setModule(ExtensionInterface data)
Sets the data in the following variable: The actual Extension module itself. |
void |
setName(java.lang.String data)
Sets the data in the following variable: The name of the Extension module. |
java.lang.String |
toString()
This function returns the String form of the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected ExtensionInterface module
| Constructor Detail |
public ExtensionModuleInfo()
public ExtensionModuleInfo(java.lang.String name,
ExtensionInterface module)
name - The name of the Extension module.module - The actual Extension module itself.| Method Detail |
public java.lang.String getName()
public ExtensionInterface getModule()
public void setName(java.lang.String data)
data - String containing the data to set the variable to.public void setModule(ExtensionInterface data)
data - ExtensionInterface containing the data to set the variable to.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||