public class FieldResultDTO extends Object implements Comparable<FieldResultDTO>
| Constructor and Description |
|---|
FieldResultDTO()
Default constructor
|
FieldResultDTO(String fieldValue,
long count)
Constructor
|
FieldResultDTO(String fieldValue,
long count,
String fq)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FieldResultDTO t) |
boolean |
equals(Object o) |
long |
getCount() |
String |
getFieldValue() |
String |
getFq() |
String |
getLabel() |
void |
setCount(long count) |
void |
setFieldValue(String fieldValue) |
void |
setFq(String fq) |
void |
setLabel(String label) |
String |
toString() |
public FieldResultDTO(String fieldValue, long count, String fq)
fieldValue - count - fq - public FieldResultDTO(String fieldValue, long count)
fieldValue - count - public FieldResultDTO()
public void setFieldValue(String fieldValue)
public String getFieldValue()
public long getCount()
public void setCount(long count)
public String getLabel()
public void setLabel(String label)
public String getFq()
public void setFq(String fq)
fq - the fq to setpublic String toString()
toString in class ObjectObject.toString()public int compareTo(FieldResultDTO t)
compareTo in interface Comparable<FieldResultDTO>Copyright © 2014. All rights reserved.