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

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

Deprecated.

@Deprecated
public class TagDO
extends Object

The data object maps with a tag


Constructor Summary
TagDO()
          Deprecated.  
 
Method Summary
 long getId()
          Deprecated. Method to get the id.
 String getTagName()
          Deprecated. Method to get a tag name.
 void setId(long id)
          Deprecated. Method to set the id.
 void setTagName(String tagName)
          Deprecated. Method to set the tag name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDO

public TagDO()
Deprecated. 
Method Detail

getId

public long getId()
Deprecated. 
Method to get the id.

Returns:
the id.

setId

public void setId(long id)
Deprecated. 
Method to set the id.

Parameters:
id - the id to be set.

getTagName

public String getTagName()
Deprecated. 
Method to get a tag name.

Returns:
the name.

setTagName

public void setTagName(String tagName)
Deprecated. 
Method to set the tag name.

Parameters:
tagName - the tag name to be set.


Copyright © 2013 WSO2 Inc. All Rights Reserved.