@Api(allMethods=true) public class PluginVersionInfo extends Object
| Constructor and Description |
|---|
PluginVersionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the plug-in's name.
|
String |
getVersion()
Get the plug-in's version.
|
void |
setName(String name)
Set the plug-in's name.
|
void |
setVersion(String version)
Set the plg-in's version.
|
String |
toString() |
public String getName()
public void setName(String name)
name - plug-in namepublic String getVersion()
public void setVersion(String version)
version - version for the plug-inCopyright © 2015 Geosparc. All Rights Reserved.