|
||||||||||
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.TagDO
@Deprecated public class TagDO
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 |
---|
public TagDO()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- the id to be set.public String getTagName()
public void setTagName(String tagName)
tagName
- the tag name to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |