fr.paris.lutece.maven.utils.plugindat
Class PluginData

java.lang.Object
  extended by fr.paris.lutece.maven.utils.plugindat.PluginData

public class PluginData
extends Object

PluginData


Constructor Summary
PluginData()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginData

public PluginData()
Method Detail

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

isInstalled

public boolean isInstalled()
Returns the IsInstalled

Returns:
The IsInstalled

setInstalled

public void setInstalled(boolean bInstalled)
Sets the IsInstalled

Parameters:
bInstalled - Is installed

isDbRequired

public boolean isDbRequired()
Returns the IsDbRequired

Returns:
The IsDbRequired

setDbRequired

public void setDbRequired(boolean bDbRequired)
Sets the IsDbRequired

Parameters:
bDbRequired - The IsDbRequired

getPool

public String getPool()
Returns the Pool

Returns:
The Pool

setPool

public void setPool(String strPool)
Sets the Pool

Parameters:
strPool - The Pool


Copyright © 2006-2013 Mairie de Paris. All Rights Reserved.