com.sforce.soap.partner
Class RelatedList

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

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

See Also:
Serialized Form

Constructor Summary
RelatedList()
           
RelatedList(RelatedListColumn[] columns, boolean custom, java.lang.String field, java.lang.String label, int limitRows, java.lang.String name, java.lang.String sobject, RelatedListSort[] sort)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 RelatedListColumn[] getColumns()
          Gets the columns value for this RelatedList.
 RelatedListColumn getColumns(int i)
           
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 RelatedList.
 java.lang.String getLabel()
          Gets the label value for this RelatedList.
 int getLimitRows()
          Gets the limitRows value for this RelatedList.
 java.lang.String getName()
          Gets the name value for this RelatedList.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSobject()
          Gets the sobject value for this RelatedList.
 RelatedListSort[] getSort()
          Gets the sort value for this RelatedList.
 RelatedListSort getSort(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCustom()
          Gets the custom value for this RelatedList.
 void setColumns(int i, RelatedListColumn _value)
           
 void setColumns(RelatedListColumn[] columns)
          Sets the columns value for this RelatedList.
 void setCustom(boolean custom)
          Sets the custom value for this RelatedList.
 void setField(java.lang.String field)
          Sets the field value for this RelatedList.
 void setLabel(java.lang.String label)
          Sets the label value for this RelatedList.
 void setLimitRows(int limitRows)
          Sets the limitRows value for this RelatedList.
 void setName(java.lang.String name)
          Sets the name value for this RelatedList.
 void setSobject(java.lang.String sobject)
          Sets the sobject value for this RelatedList.
 void setSort(int i, RelatedListSort _value)
           
 void setSort(RelatedListSort[] sort)
          Sets the sort value for this RelatedList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedList

public RelatedList()

RelatedList

public RelatedList(RelatedListColumn[] columns,
                   boolean custom,
                   java.lang.String field,
                   java.lang.String label,
                   int limitRows,
                   java.lang.String name,
                   java.lang.String sobject,
                   RelatedListSort[] sort)
Method Detail

getColumns

public RelatedListColumn[] getColumns()
Gets the columns value for this RelatedList.

Returns:
columns

setColumns

public void setColumns(RelatedListColumn[] columns)
Sets the columns value for this RelatedList.

Parameters:
columns -

getColumns

public RelatedListColumn getColumns(int i)

setColumns

public void setColumns(int i,
                       RelatedListColumn _value)

isCustom

public boolean isCustom()
Gets the custom value for this RelatedList.

Returns:
custom

setCustom

public void setCustom(boolean custom)
Sets the custom value for this RelatedList.

Parameters:
custom -

getField

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

Returns:
field

setField

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

Parameters:
field -

getLabel

public java.lang.String getLabel()
Gets the label value for this RelatedList.

Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this RelatedList.

Parameters:
label -

getLimitRows

public int getLimitRows()
Gets the limitRows value for this RelatedList.

Returns:
limitRows

setLimitRows

public void setLimitRows(int limitRows)
Sets the limitRows value for this RelatedList.

Parameters:
limitRows -

getName

public java.lang.String getName()
Gets the name value for this RelatedList.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this RelatedList.

Parameters:
name -

getSobject

public java.lang.String getSobject()
Gets the sobject value for this RelatedList.

Returns:
sobject

setSobject

public void setSobject(java.lang.String sobject)
Sets the sobject value for this RelatedList.

Parameters:
sobject -

getSort

public RelatedListSort[] getSort()
Gets the sort value for this RelatedList.

Returns:
sort

setSort

public void setSort(RelatedListSort[] sort)
Sets the sort value for this RelatedList.

Parameters:
sort -

getSort

public RelatedListSort getSort(int i)

setSort

public void setSort(int i,
                    RelatedListSort _value)

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.