com.amazonaws.mturk.requester
Class DataPoint

java.lang.Object
  extended by com.amazonaws.mturk.requester.DataPoint
All Implemented Interfaces:
java.io.Serializable

public class DataPoint
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DataPoint()
           
DataPoint(java.util.Calendar date, java.lang.Long longValue, java.lang.Double doubleValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getDate()
          Gets the date value for this DataPoint.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Double getDoubleValue()
          Gets the doubleValue value for this DataPoint.
 java.lang.Long getLongValue()
          Gets the longValue value for this DataPoint.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDate(java.util.Calendar date)
          Sets the date value for this DataPoint.
 void setDoubleValue(java.lang.Double doubleValue)
          Sets the doubleValue value for this DataPoint.
 void setLongValue(java.lang.Long longValue)
          Sets the longValue value for this DataPoint.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPoint

public DataPoint()

DataPoint

public DataPoint(java.util.Calendar date,
                 java.lang.Long longValue,
                 java.lang.Double doubleValue)
Method Detail

getDate

public java.util.Calendar getDate()
Gets the date value for this DataPoint.

Returns:
date

setDate

public void setDate(java.util.Calendar date)
Sets the date value for this DataPoint.

Parameters:
date -

getLongValue

public java.lang.Long getLongValue()
Gets the longValue value for this DataPoint.

Returns:
longValue

setLongValue

public void setLongValue(java.lang.Long longValue)
Sets the longValue value for this DataPoint.

Parameters:
longValue -

getDoubleValue

public java.lang.Double getDoubleValue()
Gets the doubleValue value for this DataPoint.

Returns:
doubleValue

setDoubleValue

public void setDoubleValue(java.lang.Double doubleValue)
Sets the doubleValue value for this DataPoint.

Parameters:
doubleValue -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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