org.codehaus.cargo.ant
Class Property

java.lang.Object
  extended byorg.codehaus.cargo.ant.Property

public class Property
extends java.lang.Object

Represent a container property.

Version:
$Id: Property.java 1005 2006-04-09 15:39:13Z vmassol $

Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getName()
          {@inheritDoc}
 java.lang.String getValue()
          {@inheritDoc}
 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)
Parameters:
name - the property name

setValue

public void setValue(java.lang.String value)
Parameters:
value - the property value

getName

public java.lang.String getName()
{@inheritDoc}

See Also:
setName(String)

getValue

public java.lang.String getValue()
{@inheritDoc}

See Also:
setValue(String)


Copyright © 2004-2007 Codehaus. All Rights Reserved.