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

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

public class TaggingDO
extends Object

The data object maps with a tag


Constructor Summary
TaggingDO()
           
 
Method Summary
 String getResourcePath()
          Method to get the resource path.
 Date getTaggedTime()
          The method to get the tagged time.
 String getTaggedUserName()
          Method to get the name of the tagged user.
 Long getTagID()
          Method to get the tag id.
 String getTagName()
          The method to get the tag name.
 void setResourcePath(String resourcePath)
          Method to set the resource path.
 void setTaggedTime(Date taggedTime)
          The method to set the tagged time.
 void setTaggedUserName(String taggedUserName)
          Method to set the tagged user name.
 void setTagID(Long tagID)
          Method to set the tag id
 void setTagName(String tagName)
          The 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

TaggingDO

public TaggingDO()
Method Detail

getTagID

public Long getTagID()
Method to get the tag id.

Returns:
the tag id.

setTagID

public void setTagID(Long tagID)
Method to set the tag id

Parameters:
tagID - the tag id to be set.

getResourcePath

public String getResourcePath()
Method to get the resource path.

Returns:
the name of the resource.

setResourcePath

public void setResourcePath(String resourcePath)
Method to set the resource path.

Parameters:
resourcePath - the path to be set.

getTaggedUserName

public String getTaggedUserName()
Method to get the name of the tagged user.

Returns:
the name of the tagged user.

setTaggedUserName

public void setTaggedUserName(String taggedUserName)
Method to set the tagged user name.

Parameters:
taggedUserName - the tagged user name.

getTagName

public String getTagName()
The method to get the tag name.

Returns:
the tag name.

setTagName

public void setTagName(String tagName)
The method to set the tag name.

Parameters:
tagName - the tag name to be set.

getTaggedTime

public Date getTaggedTime()
The method to get the tagged time.

Returns:
the tagged time.

setTaggedTime

public void setTaggedTime(Date taggedTime)
The method to set the tagged time.

Parameters:
taggedTime - the tagged time.


Copyright © 2010. All Rights Reserved.