org.gcube.contentmanagement.timeseriesservice.stubs
Class GetSpaceTransformationResultRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.GetSpaceTransformationResultRequest
All Implemented Interfaces:
Serializable

public class GetSpaceTransformationResultRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetSpaceTransformationResultRequest()
           
GetSpaceTransformationResultRequest(String aggregationColumn, String quantitiesColumn, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAggregationColumn()
          Gets the aggregationColumn value for this GetSpaceTransformationResultRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getQuantitiesColumn()
          Gets the quantitiesColumn value for this GetSpaceTransformationResultRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUser()
          Gets the user value for this GetSpaceTransformationResultRequest.
 int hashCode()
           
 void setAggregationColumn(String aggregationColumn)
          Sets the aggregationColumn value for this GetSpaceTransformationResultRequest.
 void setQuantitiesColumn(String quantitiesColumn)
          Sets the quantitiesColumn value for this GetSpaceTransformationResultRequest.
 void setUser(String user)
          Sets the user value for this GetSpaceTransformationResultRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSpaceTransformationResultRequest

public GetSpaceTransformationResultRequest()

GetSpaceTransformationResultRequest

public GetSpaceTransformationResultRequest(String aggregationColumn,
                                           String quantitiesColumn,
                                           String user)
Method Detail

getAggregationColumn

public String getAggregationColumn()
Gets the aggregationColumn value for this GetSpaceTransformationResultRequest.

Returns:
aggregationColumn

setAggregationColumn

public void setAggregationColumn(String aggregationColumn)
Sets the aggregationColumn value for this GetSpaceTransformationResultRequest.

Parameters:
aggregationColumn -

getQuantitiesColumn

public String getQuantitiesColumn()
Gets the quantitiesColumn value for this GetSpaceTransformationResultRequest.

Returns:
quantitiesColumn

setQuantitiesColumn

public void setQuantitiesColumn(String quantitiesColumn)
Sets the quantitiesColumn value for this GetSpaceTransformationResultRequest.

Parameters:
quantitiesColumn -

getUser

public String getUser()
Gets the user value for this GetSpaceTransformationResultRequest.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this GetSpaceTransformationResultRequest.

Parameters:
user -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.