gov.nih.nci.cagrid.cqlresultset
Class CQLCountResult

java.lang.Object
  extended by gov.nih.nci.cagrid.cqlresultset.CQLResult
      extended by gov.nih.nci.cagrid.cqlresultset.CQLCountResult
All Implemented Interfaces:
java.io.Serializable

public class CQLCountResult
extends CQLResult
implements java.io.Serializable

Result of a count query

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  long count
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CQLCountResult()
           
CQLCountResult(long count)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCount()
          Gets the count value for this CQLCountResult.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 setCount(long count)
          Sets the count value for this CQLCountResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private long count

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

CQLCountResult

public CQLCountResult()

CQLCountResult

public CQLCountResult(long count)
Method Detail

getCount

public long getCount()
Gets the count value for this CQLCountResult.

Returns:
count

setCount

public void setCount(long count)
Sets the count value for this CQLCountResult.

Parameters:
count -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class CQLResult

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