public class ClusterStructuresForTaxonomyRow extends Object implements Serializable
| Constructor and Description |
|---|
ClusterStructuresForTaxonomyRow() |
ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result,
boolean isReduced,
int totalRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
createStructures(ArrayList<TaxonomyRow> arrayListTax) |
void |
createStructuresForCommonName() |
HashMap<String,ClusterCommonNameDataSource<TaxonomyRow>> |
getHashClusterCommonNamesDataSources() |
HashMap<String,ArrayList<String>> |
getHashClusterScientificNameTaxonomyRowID() |
ArrayList<String> |
getListFoundDataSources() |
ArrayList<TaxonomyRow> |
getResult() |
TaxonomyRow |
getTaxonomyRowByKey(String key) |
int |
getTotalRow() |
boolean |
isReduced() |
void |
setReduced(boolean isReduced) |
void |
setTotalRow(int totalRow) |
public ClusterStructuresForTaxonomyRow()
public ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result, boolean isReduced, int totalRow)
public void createStructures(ArrayList<TaxonomyRow> arrayListTax)
public void createStructuresForCommonName()
public HashMap<String,ArrayList<String>> getHashClusterScientificNameTaxonomyRowID()
public HashMap<String,ClusterCommonNameDataSource<TaxonomyRow>> getHashClusterCommonNamesDataSources()
public ArrayList<TaxonomyRow> getResult()
public TaxonomyRow getTaxonomyRowByKey(String key)
public boolean isReduced()
public void setReduced(boolean isReduced)
public int getTotalRow()
public void setTotalRow(int totalRow)
Copyright © 2013. All Rights Reserved.