public final class Property extends Object
| Constructor and Description |
|---|
Property(String namespace,
String name,
String value)
Initializes new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the property.
|
String |
getNamespace()
Namespace of the property.
|
String |
getValue()
Value of the property.
|
void |
setValue(String value)
Sets value of the property.
|
public String getName()
public String getNamespace()
public String getValue()
public void setValue(String value)
value - Value os the property.Copyright © ITHit. All Rights Reserved.