public class Feature extends Object
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id of the feature to be uninstalled.
|
String |
getVersion()
Gets the version of the feature to be uninstalled.
|
void |
setId(String id)
Sets the id of the feature to be uninstalled.
|
void |
setVersion(String version)
Sets the version of the feature to be uninstalled.
|
public String getId()
public void setId(String id)
id - Stringpublic String getVersion()
public void setVersion(String version)
version - StringCopyright © 2015 WSO2. All rights reserved.