net.sourceforge.jarbundler
Class JavaProperty

java.lang.Object
  extended by net.sourceforge.jarbundler.JavaProperty

public class JavaProperty
extends java.lang.Object


Constructor Summary
JavaProperty()
          Construct an empty JavaProperty
 
Method Summary
 java.lang.String getName()
          Get the JavaProperties' name
 java.lang.String getValue()
          Get the JavaProperties' value.
 void setName(java.lang.String name)
          Set the JavaProperties's name; required
 void setValue(java.lang.String value)
          Set the JavaProperties' value; required
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaProperty

public JavaProperty()
Construct an empty JavaProperty

Method Detail

setName

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

Parameters:
name - the JavaProperties' name

getName

public java.lang.String getName()
Get the JavaProperties' name

Returns:
the JavaProperties' name.

setValue

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

Parameters:
value - the JavaProperties' value

getValue

public java.lang.String getValue()
Get the JavaProperties' value.

Returns:
the JavaProperties' value.