|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.configuration.model.ConfigurationParameter
public class ConfigurationParameter
Individual configuration parameter.
| Field Summary | |
|---|---|
protected String |
description
configuration description |
protected String |
name
configuration name |
protected String |
value
configuration value |
| Constructor Summary | |
|---|---|
protected |
ConfigurationParameter()
Constructor |
|
ConfigurationParameter(String name,
String value)
Constructor |
|
ConfigurationParameter(String name,
String value,
String description)
Constructor |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getDescription()
|
String |
getName()
|
String |
getValue()
|
int |
hashCode()
HashCode default implementation |
void |
setDescription(String description)
|
protected void |
setName(String name)
|
void |
setValue(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String value
protected String description
| Constructor Detail |
|---|
public ConfigurationParameter(String name,
String value)
name - value -
public ConfigurationParameter(String name,
String value,
String description)
name - value - description - protected ConfigurationParameter()
| Method Detail |
|---|
public String getName()
protected void setName(String name)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||