net.sourceforge.jarbundler

Class JavaProperty

public class JavaProperty extends Object

Constructor Summary
JavaProperty()
Construct an empty JavaProperty
Method Summary
StringgetName()
Get the JavaProperties' name
StringgetValue()
Get the JavaProperties' value.
voidsetName(String name)
Set the JavaProperties's name; required
voidsetValue(String value)
Set the JavaProperties' value; required

Constructor Detail

JavaProperty

public JavaProperty()
Construct an empty JavaProperty

Method Detail

getName

public String getName()
Get the JavaProperties' name

Returns: the JavaProperties' name.

getValue

public String getValue()
Get the JavaProperties' value.

Returns: the JavaProperties' value.

setName

public void setName(String name)
Set the JavaProperties's name; required

Parameters: name the JavaProperties' name

setValue

public void setValue(String value)
Set the JavaProperties' value; required

Parameters: value the JavaProperties' value