public class RefinerItem
extends java.lang.Object
| Constructor and Description |
|---|
RefinerItem()
Initializes a new instance of the RefinerItem class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the count.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getToken()
Gets the token.
|
java.lang.String |
getValue()
Gets the value.
|
java.lang.String |
toString()
Converts the value of the current RefinerItem object to its equivalent string representation.
|
public RefinerItem()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public java.lang.String getValue()
public int getCount()
public java.lang.String getToken()