org.sonatype.plexus.components.sec.dispatcher.model
Class ConfigProperty

java.lang.Object
  extended by org.sonatype.plexus.components.sec.dispatcher.model.ConfigProperty
All Implemented Interfaces:
Serializable

public class ConfigProperty
extends Object
implements Serializable

generic property - name/value pair.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ConfigProperty()
           
 
Method Summary
 String getName()
          Get name of this property.
 String getValue()
          Get value of this property.
 void setName(String name)
          Set name of this property.
 void setValue(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

ConfigProperty

public ConfigProperty()
Method Detail

getName

public String getName()
Get name of this property.

Returns:
String

getValue

public String getValue()
Get value of this property.

Returns:
String

setName

public void setName(String name)
Set name of this property.

Parameters:
name -

setValue

public void setValue(String value)
Set value of this property.

Parameters:
value -


Copyright © 2008-2012. All Rights Reserved.