org.gcube.tools.sam.reports.informationsystem
Class ISOperationReport

java.lang.Object
  extended by org.gcube.tools.sam.reports.XMLReport
      extended by org.gcube.tools.sam.reports.informationsystem.ISOperationReport
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotificationOperationReport, ProfileOperationReport, QueryOperationReport, WSResourceOperationReport

public class ISOperationReport
extends XMLReport

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Nested Class Summary
static class ISOperationReport.ISOperations
           
 
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
ISOperationReport()
           
 
Method Summary
 java.lang.String getOperation()
           
 java.lang.String getTargetGHNName()
           
 java.lang.String getTargetServiceName()
           
 void setOperation(java.lang.String operation)
           
 void setTargetGHNName(java.lang.String targetGHNName)
           
 void setTargetServiceName(java.lang.String targetServiceName)
           
 
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

ISOperationReport

public ISOperationReport()
Method Detail

getTargetGHNName

public java.lang.String getTargetGHNName()

setTargetGHNName

public void setTargetGHNName(java.lang.String targetGHNName)

getOperation

public java.lang.String getOperation()

setOperation

public void setOperation(java.lang.String operation)

getTargetServiceName

public java.lang.String getTargetServiceName()

setTargetServiceName

public void setTargetServiceName(java.lang.String targetServiceName)