public class TaggingDO extends Object
Constructor and Description |
---|
TaggingDO() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Long getTagID()
public void setTagID(Long tagID)
tagID
- the tag id to be set.public String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath
- the path to be set.public String getTaggedUserName()
public void setTaggedUserName(String taggedUserName)
taggedUserName
- the tagged user name.public String getTagName()
public void setTagName(String tagName)
tagName
- the tag name to be set.public Date getTaggedTime()
public void setTaggedTime(Date taggedTime)
taggedTime
- the tagged time.Copyright © 2016 WSO2 Inc. All Rights Reserved.