Class ConfigProperty
java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.ConfigProperty
- All Implemented Interfaces:
Serializable
generic property - name/value pair.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConfigProperty
public ConfigProperty()
-
-
Method Details
-
getName
Get name of this property.- Returns:
- String
-
getValue
Get value of this property.- Returns:
- String
-
setName
Set name of this property.- Parameters:
name
- a name object.
-
setValue
Set value of this property.- Parameters:
value
- a value object.
-