gov.nih.nci.cagrid.cqlresultset
Class CQLIdentifierResult

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

public class CQLIdentifierResult
extends CQLResult
implements java.io.Serializable

Grid Identifier to an object

See Also:
Serialized Form

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

Field Detail

identifier

private TBDIdentifier identifier

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CQLIdentifierResult

public CQLIdentifierResult()

CQLIdentifierResult

public CQLIdentifierResult(TBDIdentifier identifier)
Method Detail

getIdentifier

public TBDIdentifier getIdentifier()
Gets the identifier value for this CQLIdentifierResult.

Returns:
identifier

setIdentifier

public void setIdentifier(TBDIdentifier identifier)
Sets the identifier value for this CQLIdentifierResult.

Parameters:
identifier -

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