net.sourceforge.cruisecontrol.builders
Class Property

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.builders.Property
All Implemented Interfaces:
java.io.Serializable

public class Property
extends java.lang.Object
implements java.io.Serializable

Describes a name value pair of values that are passed as properties to scripts to be run.

Author:
Eric Pugh
See Also:
Serialized Form

Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()