net.sf.antcontrib.antserver.commands

Class PropertyContainer

Implemented Interfaces:
Serializable

public class PropertyContainer
extends java.lang.Object
implements Serializable

Place class description here.
Authors:
Matthew Inger

Constructor Summary

PropertyContainer()

Method Summary

String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)

Constructor Details

PropertyContainer

public PropertyContainer()

Method Details

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String name)

setValue

public void setValue(String value)