org.gcube.contentmanagement.timeseriesservice.stubs
Class GetTimeCountriesTransformationResultRequest

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

public class GetTimeCountriesTransformationResultRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetTimeCountriesTransformationResultRequest()
           
GetTimeCountriesTransformationResultRequest(String aggregationColumn, String informationColumn, String quantitiesColumn, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAggregationColumn()
          Gets the aggregationColumn value for this GetTimeCountriesTransformationResultRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getInformationColumn()
          Gets the informationColumn value for this GetTimeCountriesTransformationResultRequest.
 String getQuantitiesColumn()
          Gets the quantitiesColumn value for this GetTimeCountriesTransformationResultRequest.
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 GetTimeCountriesTransformationResultRequest.
 int hashCode()
           
 void setAggregationColumn(String aggregationColumn)
          Sets the aggregationColumn value for this GetTimeCountriesTransformationResultRequest.
 void setInformationColumn(String informationColumn)
          Sets the informationColumn value for this GetTimeCountriesTransformationResultRequest.
 void setQuantitiesColumn(String quantitiesColumn)
          Sets the quantitiesColumn value for this GetTimeCountriesTransformationResultRequest.
 void setUser(String user)
          Sets the user value for this GetTimeCountriesTransformationResultRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTimeCountriesTransformationResultRequest

public GetTimeCountriesTransformationResultRequest()

GetTimeCountriesTransformationResultRequest

public GetTimeCountriesTransformationResultRequest(String aggregationColumn,
                                                   String informationColumn,
                                                   String quantitiesColumn,
                                                   String user)
Method Detail

getAggregationColumn

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

Returns:
aggregationColumn

setAggregationColumn

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

Parameters:
aggregationColumn -

getInformationColumn

public String getInformationColumn()
Gets the informationColumn value for this GetTimeCountriesTransformationResultRequest.

Returns:
informationColumn

setInformationColumn

public void setInformationColumn(String informationColumn)
Sets the informationColumn value for this GetTimeCountriesTransformationResultRequest.

Parameters:
informationColumn -

getQuantitiesColumn

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

Returns:
quantitiesColumn

setQuantitiesColumn

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

Parameters:
quantitiesColumn -

getUser

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

Returns:
user

setUser

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

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.