|
||||||||||
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 | |
---|---|
java.lang.String |
getResourcePath()
Method to get the resource path. |
java.util.Date |
getTaggedTime()
The method to get the tagged time. |
java.lang.String |
getTaggedUserName()
Method to get the name of the tagged user. |
java.lang.Long |
getTagID()
Method to get the tag id. |
java.lang.String |
getTagName()
The method to get the tag name. |
void |
setResourcePath(java.lang.String resourcePath)
Method to set the resource path. |
void |
setTaggedTime(java.util.Date taggedTime)
The method to set the tagged time. |
void |
setTaggedUserName(java.lang.String taggedUserName)
Method to set the tagged user name. |
void |
setTagID(java.lang.Long tagID)
Method to set the tag id |
void |
setTagName(java.lang.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 java.lang.Long getTagID()
public void setTagID(java.lang.Long tagID)
tagID
- the tag id to be set.public java.lang.String getResourcePath()
public void setResourcePath(java.lang.String resourcePath)
resourcePath
- the path to be set.public java.lang.String getTaggedUserName()
public void setTaggedUserName(java.lang.String taggedUserName)
taggedUserName
- the tagged user name.public java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
tagName
- the tag name to be set.public java.util.Date getTaggedTime()
public void setTaggedTime(java.util.Date taggedTime)
taggedTime
- the tagged time.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |