|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.client.plugins.Description
public class Description
Provides a description of an EAS plugin. This description can be used by the plugin manager to display information about installed plugins. The console will call a static class method <plugin_package_name>.PluginImpl.getDescription() to retrieve this information.
| Constructor Summary | |
|---|---|
Description()default constructor. |
|
Description(java.lang.String vendor, java.lang.String version, java.lang.String copyright, java.lang.String text)constructor with arguments for the most important fields. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCopyright()retrieves the copyright information for this plugin description. |
java.lang.String |
getText()retrieves the text description. |
java.lang.String |
getVendor()retrieves the vendor for this plugin description. |
java.lang.String |
getVersion()retrieves the version string for this plugin description. |
void |
setCopyright(java.lang.String value)sets the copyright information for this plugin description. |
void |
setText(java.lang.String value)sets the textual description. |
void |
setVendor(java.lang.String value)sets the vendor for this plugin description. |
void |
setVersion(java.lang.String value)sets the version string for this plugin description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Description()
public Description(java.lang.String vendor,
java.lang.String version,
java.lang.String copyright,
java.lang.String text)
| Method Detail |
|---|
public java.lang.String getVendor()
public void setVendor(java.lang.String value)
public java.lang.String getVersion()
public void setVersion(java.lang.String value)
public java.lang.String getCopyright()
public void setCopyright(java.lang.String value)
public java.lang.String getText()
public void setText(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||