public class Property
extends java.lang.Object
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getName()
This method returns the name.
|
java.lang.String | getValue()
This method returns the value.
|
void | setName(java.lang.String string)
This method sets the name.
|
void | setValue(java.lang.String string)
This method sets the value.
|
java.lang.String | toString()
This method creates a String representation of the object.
|
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String string)
public void setValue(java.lang.String string)
public java.lang.String toString()