org.gcube.data.analysis.tabulardata.operation.worker
Class ImmutableJobResult

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.operation.worker.ImmutableJobResult
All Implemented Interfaces:
JobResult

public class ImmutableJobResult
extends Object
implements JobResult


Constructor Summary
ImmutableJobResult(OperationException operationException)
           
ImmutableJobResult(org.gcube.data.analysis.tabulardata.model.table.Table output)
           
ImmutableJobResult(org.gcube.data.analysis.tabulardata.model.table.Table outputTable, List<CollateralTable> collateralTables)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<CollateralTable> getCollateralTables()
           
 OperationException getException()
           
 org.gcube.data.analysis.tabulardata.model.table.Table getOutput()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableJobResult

public ImmutableJobResult(org.gcube.data.analysis.tabulardata.model.table.Table output)

ImmutableJobResult

public ImmutableJobResult(OperationException operationException)

ImmutableJobResult

public ImmutableJobResult(org.gcube.data.analysis.tabulardata.model.table.Table outputTable,
                          List<CollateralTable> collateralTables)
Method Detail

getOutput

public org.gcube.data.analysis.tabulardata.model.table.Table getOutput()
Specified by:
getOutput in interface JobResult

getException

public OperationException getException()
Specified by:
getException in interface JobResult

getCollateralTables

public List<CollateralTable> getCollateralTables()
Specified by:
getCollateralTables in interface JobResult

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.