|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.ConfigurationKey
public class ConfigurationKey
This is the business class for the object ConfigurationKey
Constructor Summary | |
---|---|
ConfigurationKey()
|
Method Summary | |
---|---|
int |
getIdKey()
Returns the IdKey |
String |
getKeyDescription()
Returns the KeyDescription |
String |
getKeyValue()
Returns the KeyValue |
void |
setIdKey(int nIdKey)
Sets the IdKey |
void |
setKeyDescription(String strKeyDescription)
Sets the KeyDescription |
void |
setKeyValue(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 |
---|
public ConfigurationKey()
Method Detail |
---|
public int getIdKey()
public void setIdKey(int nIdKey)
nIdKey
- The IdKeypublic String getKeyDescription()
public void setKeyDescription(String strKeyDescription)
strKeyDescription
- The KeyDescriptionpublic String getKeyValue()
public void setKeyValue(String strKeyValue)
strKeyValue
- The KeyValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |