org.gcube.contentmanagement.timeseriesservice.impl.utils
Class GISTransformationObject

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.utils.GISTransformationObject

public class GISTransformationObject
extends java.lang.Object


Nested Class Summary
static class GISTransformationObject.TYPE
           
 
Constructor Summary
GISTransformationObject(TimeSeriesGISConverter converter)
           
GISTransformationObject(VTIEffortAggregator aggregator)
           
 
Method Summary
 VTIEffortAggregator getAggregator()
           
 java.lang.String getCause()
           
 TimeSeriesGISConverter getConverter()
           
 State getTrasformationStatus()
           
 GISTransformationObject.TYPE getType()
           
 void setCause(java.lang.String cause)
           
 void setTrasformationStatus(State trasformationStatus)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GISTransformationObject

public GISTransformationObject(TimeSeriesGISConverter converter)

GISTransformationObject

public GISTransformationObject(VTIEffortAggregator aggregator)
Method Detail

getConverter

public TimeSeriesGISConverter getConverter()
Returns:
the converter

getAggregator

public VTIEffortAggregator getAggregator()

getType

public GISTransformationObject.TYPE getType()
Returns:
the type

getTrasformationStatus

public State getTrasformationStatus()
Returns:
the trasformationStatus

getCause

public java.lang.String getCause()
Returns:
the cause

setCause

public void setCause(java.lang.String cause)
Parameters:
cause - the cause to set

setTrasformationStatus

public void setTrasformationStatus(State trasformationStatus)
Parameters:
trasformationStatus - the trasformationStatus to set