| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.plexus.components.sec.dispatcher.model.ConfigProperty
public class ConfigProperty
generic property - name/value pair.
| Constructor Summary | |
|---|---|
| ConfigProperty() | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Get name of this property. | 
|  java.lang.String | getValue()Get value of this property. | 
|  void | setName(java.lang.String name)Set name of this property. | 
|  void | setValue(java.lang.String value)Set value of this property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConfigProperty()
| Method Detail | 
|---|
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
name - public void setValue(java.lang.String value)
value - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||