net.sf.antcontrib.antserver.commands

Class PropertyContainer

public class PropertyContainer extends Object implements Serializable

Place class description here.

Since:

Author: Matthew Inger

Constructor Summary
PropertyContainer()
Method Summary
StringgetName()
StringgetValue()
voidsetName(String name)
voidsetValue(String value)

Constructor Detail

PropertyContainer

public PropertyContainer()

Method Detail

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String name)

setValue

public void setValue(String value)