@Deprecated public class TagDO extends Object
Constructor and Description |
---|
TagDO()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2015 WSO2 Inc. All Rights Reserved.