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

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

public class SimpleSearchReport
extends XMLReport

Author:
Andrea Manzi(CERN)
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
SimpleSearchReport()
           
 
Method Summary
 java.lang.String getCollectionID()
           
 java.lang.String getCollectionName()
           
 java.lang.String getTerm()
           
 void setCollectionID(java.lang.String collectionID)
           
 void setCollectionName(java.lang.String collectionName)
           
 void setTerm(java.lang.String term)
           
 
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

SimpleSearchReport

public SimpleSearchReport()
Method Detail

getTerm

public java.lang.String getTerm()

setTerm

public void setTerm(java.lang.String term)

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)