public class Property
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Property() |
Property(Property propertyToBeCopied)
Copy Constructor for copying instances of Properties.
|
Property(java.lang.String name,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getType() |
java.lang.String |
getValue()
Gets the value.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setType(java.lang.String type) |
void |
setValue(java.lang.String value)
Sets the value.
|
public Property()
public Property(Property propertyToBeCopied)
propertyToBeCopied - the Property we want to copypublic Property(java.lang.String name,
java.lang.String value)
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
name - the new namepublic void setValue(java.lang.String value)
value - the new valuepublic java.lang.String getType()
public void setType(java.lang.String type)