public abstract class APluginImplementation extends java.lang.Object implements IPluginInfo
| Modifier | Constructor and Description |
|---|---|
protected |
APluginImplementation()
Initialize the new instance with default values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPluginId()
Returns an identifier which must be unique ragarding the IDs of all
plug-ins.
|
void |
setPluginId(java.lang.String id)
Sets the identifier of this plugin.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPluginProvider, getPluginVersionprotected APluginImplementation()
public java.lang.String getPluginId()
getPluginId in interface IPluginInfopublic void setPluginId(java.lang.String id)