org.gcube.portlets.user.speciesdiscovery.shared.cluster
Class ClusterStructuresForTaxonomyRow

java.lang.Object
  extended by org.gcube.portlets.user.speciesdiscovery.shared.cluster.ClusterStructuresForTaxonomyRow
All Implemented Interfaces:
Serializable

public class ClusterStructuresForTaxonomyRow
extends Object
implements Serializable

Author:
Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
ClusterStructuresForTaxonomyRow()
           
ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result, boolean isReduced, int totalRow)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterStructuresForTaxonomyRow

public ClusterStructuresForTaxonomyRow()

ClusterStructuresForTaxonomyRow

public ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result,
                                       boolean isReduced,
                                       int totalRow)
Method Detail

createStructures

public void createStructures(ArrayList<TaxonomyRow> arrayListTax)

createStructuresForCommonName

public void createStructuresForCommonName()

getListFoundDataSources

public ArrayList<String> getListFoundDataSources()

getHashClusterScientificNameTaxonomyRowID

public HashMap<String,ArrayList<String>> getHashClusterScientificNameTaxonomyRowID()

getHashClusterCommonNamesDataSources

public HashMap<String,ClusterCommonNameDataSource<TaxonomyRow>> getHashClusterCommonNamesDataSources()

getResult

public ArrayList<TaxonomyRow> getResult()

getTaxonomyRowByKey

public TaxonomyRow getTaxonomyRowByKey(String key)

isReduced

public boolean isReduced()

setReduced

public void setReduced(boolean isReduced)

getTotalRow

public int getTotalRow()

setTotalRow

public void setTotalRow(int totalRow)


Copyright © 2013. All Rights Reserved.