org.wso2.carbon.registry.core.jdbc.dataobjects
Class PropertyDO

java.lang.Object
  extended by org.wso2.carbon.registry.core.jdbc.dataobjects.PropertyDO

Deprecated.

@Deprecated
public class PropertyDO
extends Object

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

PropertyDO

public PropertyDO()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 
Method to get the property name.

Returns:
the property name.

setName

public void setName(String name)
Deprecated. 
Method to set the property name.

Parameters:
name - the property name to be set.

getValue

public String getValue()
Deprecated. 
Method to get the property value

Returns:
the property value

setValue

public void setValue(String value)
Deprecated. 
Method to set the property value

Parameters:
value - the property value to be set


Copyright © 2013 WSO2 Inc. All Rights Reserved.