public class PluginData extends Object
Constructor and Description |
---|
PluginData() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the Name
|
String |
getPool()
Returns the Pool
|
boolean |
isDbRequired()
Returns the IsDbRequired
|
boolean |
isInstalled()
Returns the IsInstalled
|
void |
setDbRequired(boolean bDbRequired)
Sets the IsDbRequired
|
void |
setInstalled(boolean bInstalled)
Sets the IsInstalled
|
void |
setName(String strName)
Sets the Name
|
void |
setPool(String strPool)
Sets the Pool
|
public String getName()
public void setName(String strName)
strName
- The Namepublic boolean isInstalled()
public void setInstalled(boolean bInstalled)
bInstalled
- Is installedpublic boolean isDbRequired()
public void setDbRequired(boolean bDbRequired)
bDbRequired
- The IsDbRequiredpublic String getPool()
public void setPool(String strPool)
strPool
- The PoolCopyright © 2006–2015 Mairie de Paris. All rights reserved.