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

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

public class ClusterStructuresForResultRow
extends Object
implements Serializable

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

Constructor Summary
ClusterStructuresForResultRow()
           
ClusterStructuresForResultRow(SearchResult<ResultRow> result, boolean isReduced, int totalRow)
           
 
Method Summary
 void createStructures(ArrayList<ResultRow> arrayListRR)
           
 int getAllResultRowSize()
           
 HashMap<String,ArrayList<String>> getHashClusterScientificNameResultRowServiceID()
           
 Map<String,ResultRow> getHashResult()
           
 List<String> getListFoundDataSources()
           
 ArrayList<String> getListResultRowID()
           
 int getResultSize()
           
 boolean isReduced()
           
 void setAllResultRowSize(int allResultRowSize)
           
 void setHashResult(Map<String,ResultRow> hashResult)
           
 void setListFoundDataSources(ArrayList<String> listFoundDataSources)
           
 void setListResultRowID(ArrayList<String> listResultRowID)
           
 void setReduced(boolean isReduced)
           
 void setResultSize(int resultSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterStructuresForResultRow

public ClusterStructuresForResultRow()

ClusterStructuresForResultRow

public ClusterStructuresForResultRow(SearchResult<ResultRow> result,
                                     boolean isReduced,
                                     int totalRow)
Method Detail

createStructures

public void createStructures(ArrayList<ResultRow> arrayListRR)

getHashClusterScientificNameResultRowServiceID

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

getListFoundDataSources

public List<String> getListFoundDataSources()

getListResultRowID

public ArrayList<String> getListResultRowID()

setListResultRowID

public void setListResultRowID(ArrayList<String> listResultRowID)

isReduced

public boolean isReduced()

setReduced

public void setReduced(boolean isReduced)

getAllResultRowSize

public int getAllResultRowSize()

setAllResultRowSize

public void setAllResultRowSize(int allResultRowSize)

getResultSize

public int getResultSize()

setResultSize

public void setResultSize(int resultSize)

setListFoundDataSources

public void setListFoundDataSources(ArrayList<String> listFoundDataSources)

getHashResult

public Map<String,ResultRow> getHashResult()

setHashResult

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


Copyright © 2013. All Rights Reserved.