org.gcube.contentmanagement.timeseriesservice.impl.utils
Class GISTransformationObject
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.utils.GISTransformationObject
public class GISTransformationObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GISTransformationObject
public GISTransformationObject(TimeSeriesGISConverter converter)
GISTransformationObject
public GISTransformationObject(VTIEffortAggregator aggregator)
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