@Deprecated public class PropertyDO extends Object
Constructor and Description |
---|
PropertyDO()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
Method to get the property name.
|
String |
getValue()
Deprecated.
Method to get the property value
|
void |
setName(String name)
Deprecated.
Method to set the property name.
|
void |
setValue(String value)
Deprecated.
Method to set the property value
|
public String getName()
public void setName(String name)
name
- the property name to be set.public String getValue()
public void setValue(String value)
value
- the property value to be setCopyright © 2016 WSO2 Inc. All Rights Reserved.