com.sforce.soap.partner
Class ChildRelationship

java.lang.Object
  extended by com.sforce.soap.partner.ChildRelationship
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ChildRelationship()
           
ChildRelationship(boolean cascadeDelete, java.lang.String childSObject, java.lang.String field, java.lang.String relationshipName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getChildSObject()
          Gets the childSObject value for this ChildRelationship.
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 getField()
          Gets the field value for this ChildRelationship.
 java.lang.String getRelationshipName()
          Gets the relationshipName value for this ChildRelationship.
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()
           
 boolean isCascadeDelete()
          Gets the cascadeDelete value for this ChildRelationship.
 void setCascadeDelete(boolean cascadeDelete)
          Sets the cascadeDelete value for this ChildRelationship.
 void setChildSObject(java.lang.String childSObject)
          Sets the childSObject value for this ChildRelationship.
 void setField(java.lang.String field)
          Sets the field value for this ChildRelationship.
 void setRelationshipName(java.lang.String relationshipName)
          Sets the relationshipName value for this ChildRelationship.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildRelationship

public ChildRelationship()

ChildRelationship

public ChildRelationship(boolean cascadeDelete,
                         java.lang.String childSObject,
                         java.lang.String field,
                         java.lang.String relationshipName)
Method Detail

isCascadeDelete

public boolean isCascadeDelete()
Gets the cascadeDelete value for this ChildRelationship.

Returns:
cascadeDelete

setCascadeDelete

public void setCascadeDelete(boolean cascadeDelete)
Sets the cascadeDelete value for this ChildRelationship.

Parameters:
cascadeDelete -

getChildSObject

public java.lang.String getChildSObject()
Gets the childSObject value for this ChildRelationship.

Returns:
childSObject

setChildSObject

public void setChildSObject(java.lang.String childSObject)
Sets the childSObject value for this ChildRelationship.

Parameters:
childSObject -

getField

public java.lang.String getField()
Gets the field value for this ChildRelationship.

Returns:
field

setField

public void setField(java.lang.String field)
Sets the field value for this ChildRelationship.

Parameters:
field -

getRelationshipName

public java.lang.String getRelationshipName()
Gets the relationshipName value for this ChildRelationship.

Returns:
relationshipName

setRelationshipName

public void setRelationshipName(java.lang.String relationshipName)
Sets the relationshipName value for this ChildRelationship.

Parameters:
relationshipName -

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



Copyright © 2009. All Rights Reserved.