org.gcube.portlets.user.speciesdiscovery.shared
Class OccurrenceBatch

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

public class OccurrenceBatch
extends Object
implements Serializable

Author:
"Federico De Faveri defaveri@isti.cnr.it"
See Also:
Serialized Form

Field Summary
protected  ArrayList<Occurrence> occurrences
           
protected  boolean resultEOF
           
 
Constructor Summary
OccurrenceBatch()
           
OccurrenceBatch(ArrayList<Occurrence> occurrences)
           
 
Method Summary
 ArrayList<Occurrence> getOccurrences()
           
 boolean isResultEOF()
           
 void setOccurrences(ArrayList<Occurrence> occurrences)
           
 void setResultEOF(boolean resultEOF)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

occurrences

protected ArrayList<Occurrence> occurrences

resultEOF

protected boolean resultEOF
Constructor Detail

OccurrenceBatch

public OccurrenceBatch()

OccurrenceBatch

public OccurrenceBatch(ArrayList<Occurrence> occurrences)
Parameters:
occurences -
resultEOF -
Method Detail

getOccurrences

public ArrayList<Occurrence> getOccurrences()
Returns:
the occurences

setOccurrences

public void setOccurrences(ArrayList<Occurrence> occurrences)
Parameters:
occurrences - the occurences to set

isResultEOF

public boolean isResultEOF()
Returns:
the resultEOF

setResultEOF

public void setResultEOF(boolean resultEOF)
Parameters:
resultEOF - the resultEOF to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.