public class ResultTable
extends java.lang.Object
| Constructor and Description |
|---|
ResultTable()
Instantiates a new result table.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupTemplateId()
Gets the group template id.
|
java.lang.String |
getItemTemplateId()
Gets the item template id.
|
java.util.List<KeyValue> |
getProperties()
Gets the properties.
|
int |
getRowCount()
Gets the row count.
|
SimpleDataTable |
getTable()
Gets the table.
|
java.lang.String |
getTitle()
Gets the title.
|
java.lang.String |
getTitleUrl()
Gets the title url.
|
int |
getTotalRows()
Gets the total rows.
|
int |
getTotalRowsIncludingDuplicates()
Gets the total rows including duplicates.
|
public java.lang.String getGroupTemplateId()
public java.lang.String getItemTemplateId()
public java.util.List<KeyValue> getProperties()
public int getRowCount()
public SimpleDataTable getTable()
public java.lang.String getTitle()
public java.lang.String getTitleUrl()
public int getTotalRows()
public int getTotalRowsIncludingDuplicates()