|
||||||||||
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.TaggingDO
public class TaggingDO
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 |
---|
public TaggingDO()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |