gov.nih.nci.cagrid.cqlquery
Class Association

java.lang.Object
  extended by gov.nih.nci.cagrid.cqlquery.Object
      extended by gov.nih.nci.cagrid.cqlquery.Association
All Implemented Interfaces:
java.io.Serializable

public class Association
extends Object
implements java.io.Serializable

Association to another Object

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String roleName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Association()
           
Association(java.lang.String roleName)
           
 
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
 java.lang.String getRoleName()
          Gets the roleName value for this Association.
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 setRoleName(java.lang.String roleName)
          Sets the roleName value for this Association.
 
Methods inherited from class gov.nih.nci.cagrid.cqlquery.Object
getAssociation, getAttribute, getGroup, getName, setAssociation, setAttribute, setGroup, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleName

private java.lang.String roleName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Association

public Association()

Association

public Association(java.lang.String roleName)
Method Detail

getRoleName

public java.lang.String getRoleName()
Gets the roleName value for this Association.

Returns:
roleName

setRoleName

public void setRoleName(java.lang.String roleName)
Sets the roleName value for this Association.

Parameters:
roleName -

equals

public boolean equals(java.lang.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(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