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
static LightTaxonomyRow convetTaxonomyRowToLigthTaxonomyRow(TaxonomyRow row)
           
 void createStructures(ArrayList<TaxonomyRow> arrayListTax)
           
 HashMap<String,ArrayList<String>> getHashClusterScientificNameTaxonomyRowServiceID()
           
 Map<String,LightTaxonomyRow> getHashLightResult()
           
 Map<String,TaxonomyRow> getHashResult()
           
 LightTaxonomyRow getLightTaxonomyRowByKey(String key)
           
 ArrayList<String> getListFoundDataSources()
           
 ArrayList<LightTaxonomyRow> getResult()
           
 int getTotalRow()
           
 boolean isReduced()
           
 void setHashResult(Map<String,TaxonomyRow> hashResult)
           
 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

convetTaxonomyRowToLigthTaxonomyRow

public static LightTaxonomyRow convetTaxonomyRowToLigthTaxonomyRow(TaxonomyRow row)

createStructures

public void createStructures(ArrayList<TaxonomyRow> arrayListTax)

getListFoundDataSources

public ArrayList<String> getListFoundDataSources()

getHashClusterScientificNameTaxonomyRowServiceID

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

getResult

public ArrayList<LightTaxonomyRow> getResult()

getLightTaxonomyRowByKey

public LightTaxonomyRow getLightTaxonomyRowByKey(String key)

isReduced

public boolean isReduced()

setReduced

public void setReduced(boolean isReduced)

getTotalRow

public int getTotalRow()

setTotalRow

public void setTotalRow(int totalRow)

getHashLightResult

public Map<String,LightTaxonomyRow> getHashLightResult()

getHashResult

public Map<String,TaxonomyRow> getHashResult()

setHashResult

public void setHashResult(Map<String,TaxonomyRow> hashResult)


Copyright © 2013. All Rights Reserved.