org.gcube.tools.sam.reports.search
Class BrowseReport

java.lang.Object
  extended by org.gcube.tools.sam.reports.XMLReport
      extended by org.gcube.tools.sam.reports.search.BrowseReport
All Implemented Interfaces:
java.io.Serializable

public class BrowseReport
extends XMLReport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gcube.tools.sam.reports.XMLReport
NOT_AVAILABLE, NOT_EXECUTED, STATUS_ABORTED, STATUS_ERROR, STATUS_ERROR_NO_RESULTS, STATUS_EXCEPTION, STATUS_OK
 
Constructor Summary
BrowseReport()
           
 
Method Summary
 java.lang.String getCollectionID()
           
 java.lang.String getCollectionName()
           
 java.lang.String getField()
           
 void setCollectionID(java.lang.String collectionID)
           
 void setCollectionName(java.lang.String collectionName)
           
 void setField(java.lang.String field)
           
 
Methods inherited from class org.gcube.tools.sam.reports.XMLReport
getError, getExecutionTime, getId, getResult, getTime, getVre, setError, setExecutionTime, setResult, setTime, setVre, store, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseReport

public BrowseReport()
Method Detail

getField

public java.lang.String getField()

setField

public void setField(java.lang.String field)

getCollectionName

public java.lang.String getCollectionName()

setCollectionName

public void setCollectionName(java.lang.String collectionName)

getCollectionID

public java.lang.String getCollectionID()

setCollectionID

public void setCollectionID(java.lang.String collectionID)