|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.dataobjects.PropertyDO
@Deprecated public class PropertyDO
The data object maps with a property
Constructor Summary | |
---|---|
PropertyDO()
Deprecated. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyDO()
Method Detail |
---|
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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |