public class Tag extends GenericModel
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConcept()
Gets the concept.
|
Integer |
getCount()
Gets the count.
|
void |
setConcept(String concept)
Sets the concept.
|
void |
setCount(Integer count)
Sets the count.
|
equals, hashCode, toStringpublic String getConcept()
public Integer getCount()
public void setConcept(String concept)
concept - The conceptpublic void setCount(Integer count)
count - The countCopyright © 2015. All rights reserved.