public class BaseComponentPlugin extends Object implements ComponentPlugin
| Modifier and Type | Field and Description |
|---|---|
protected String |
desc |
protected String |
name |
| Constructor and Description |
|---|
BaseComponentPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
setDescription(String s) |
void |
setName(String s) |
public String getName()
getName in interface ComponentPluginpublic void setName(String s)
setName in interface ComponentPluginpublic String getDescription()
getDescription in interface ComponentPluginpublic void setDescription(String s)
setDescription in interface ComponentPluginCopyright © 2018 eXo Platform SAS. All Rights Reserved.