|
||||||||||
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 | |
---|---|
java.lang.String |
getName()
Deprecated. Method to get the property name. |
java.lang.String |
getValue()
Deprecated. Method to get the property value |
void |
setName(java.lang.String name)
Deprecated. Method to set the property name. |
void |
setValue(java.lang.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 java.lang.String getName()
public void setName(java.lang.String name)
name
- the property name to be set.public java.lang.String getValue()
public void setValue(java.lang.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 |