fr.paris.lutece.plugins.pluginwizard.business
Class ConfigurationKey

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.business.ConfigurationKey

public class ConfigurationKey
extends java.lang.Object

This is the business class for the object ConfigurationKey


Constructor Summary
ConfigurationKey()
           
 
Method Summary
 int getIdKey()
          Returns the IdKey
 java.lang.String getKeyDescription()
          Returns the KeyDescription
 java.lang.String getKeyValue()
          Returns the KeyValue
 void setIdKey(int nIdKey)
          Sets the IdKey
 void setKeyDescription(java.lang.String strKeyDescription)
          Sets the KeyDescription
 void setKeyValue(java.lang.String strKeyValue)
          Sets the KeyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationKey

public ConfigurationKey()
Method Detail

getIdKey

public int getIdKey()
Returns the IdKey

Returns:
The IdKey

setIdKey

public void setIdKey(int nIdKey)
Sets the IdKey

Parameters:
nIdKey - The IdKey

getKeyDescription

public java.lang.String getKeyDescription()
Returns the KeyDescription

Returns:
The KeyDescription

setKeyDescription

public void setKeyDescription(java.lang.String strKeyDescription)
Sets the KeyDescription

Parameters:
strKeyDescription - The KeyDescription

getKeyValue

public java.lang.String getKeyValue()
Returns the KeyValue

Returns:
The KeyValue

setKeyValue

public void setKeyValue(java.lang.String strKeyValue)
Sets the KeyValue

Parameters:
strKeyValue - The KeyValue


Copyright © 2011 Mairie de Paris. All Rights Reserved.