java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.ConfigProperty
All Implemented Interfaces:
Serializable

public class ConfigProperty extends Object implements Serializable
generic property - name/value pair.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • ConfigProperty

      public ConfigProperty()
  • Method Details

    • 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 - a name object.
    • setValue

      public void setValue(String value)
      Set value of this property.
      Parameters:
      value - a value object.