public class Tag extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
tagCount
Number of taggings done using this tag.
|
protected String |
tagName
Name of the tag.
|
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTagCount()
Get the tag count.
|
String |
getTagName()
Get the tag name.
|
void |
setTagCount(long tagCount)
Set the the number of times the same tag has been used.
|
void |
setTagName(String tagName)
Set the tag name.
|
protected String tagName
protected long tagCount
public String getTagName()
public void setTagName(String tagName)
tagName - the tag name.public void setTagCount(long tagCount)
tagCount - the number of times the same tag has been used.public long getTagCount()
Copyright © 2018 WSO2 Inc. All rights reserved.