public class Property extends GenericModel
DocumentConversion| Constructor and Description |
|---|
Property(String name,
String value)
Constructor to create a property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of property.
|
String |
getValue()
Returns the value of the property.
|
void |
setName(String name)
Sets the name of the property.
|
void |
setValue(String value)
Sets the value of the property.
|
equals, hashCode, toStringpublic String getName()
public void setName(String name)
name - the new namepublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2015. All rights reserved.