com.sforce.soap.partner
Class DescribeLayoutSection

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

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

See Also:
Serialized Form

Constructor Summary
DescribeLayoutSection()
           
DescribeLayoutSection(int columns, java.lang.String heading, DescribeLayoutRow[] layoutRows, int rows, boolean useCollapsibleSection, boolean useHeading)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getColumns()
          Gets the columns value for this DescribeLayoutSection.
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 getHeading()
          Gets the heading value for this DescribeLayoutSection.
 DescribeLayoutRow[] getLayoutRows()
          Gets the layoutRows value for this DescribeLayoutSection.
 DescribeLayoutRow getLayoutRows(int i)
           
 int getRows()
          Gets the rows value for this DescribeLayoutSection.
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 isUseCollapsibleSection()
          Gets the useCollapsibleSection value for this DescribeLayoutSection.
 boolean isUseHeading()
          Gets the useHeading value for this DescribeLayoutSection.
 void setColumns(int columns)
          Sets the columns value for this DescribeLayoutSection.
 void setHeading(java.lang.String heading)
          Sets the heading value for this DescribeLayoutSection.
 void setLayoutRows(DescribeLayoutRow[] layoutRows)
          Sets the layoutRows value for this DescribeLayoutSection.
 void setLayoutRows(int i, DescribeLayoutRow _value)
           
 void setRows(int rows)
          Sets the rows value for this DescribeLayoutSection.
 void setUseCollapsibleSection(boolean useCollapsibleSection)
          Sets the useCollapsibleSection value for this DescribeLayoutSection.
 void setUseHeading(boolean useHeading)
          Sets the useHeading value for this DescribeLayoutSection.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayoutSection

public DescribeLayoutSection()

DescribeLayoutSection

public DescribeLayoutSection(int columns,
                             java.lang.String heading,
                             DescribeLayoutRow[] layoutRows,
                             int rows,
                             boolean useCollapsibleSection,
                             boolean useHeading)
Method Detail

getColumns

public int getColumns()
Gets the columns value for this DescribeLayoutSection.

Returns:
columns

setColumns

public void setColumns(int columns)
Sets the columns value for this DescribeLayoutSection.

Parameters:
columns -

getHeading

public java.lang.String getHeading()
Gets the heading value for this DescribeLayoutSection.

Returns:
heading

setHeading

public void setHeading(java.lang.String heading)
Sets the heading value for this DescribeLayoutSection.

Parameters:
heading -

getLayoutRows

public DescribeLayoutRow[] getLayoutRows()
Gets the layoutRows value for this DescribeLayoutSection.

Returns:
layoutRows

setLayoutRows

public void setLayoutRows(DescribeLayoutRow[] layoutRows)
Sets the layoutRows value for this DescribeLayoutSection.

Parameters:
layoutRows -

getLayoutRows

public DescribeLayoutRow getLayoutRows(int i)

setLayoutRows

public void setLayoutRows(int i,
                          DescribeLayoutRow _value)

getRows

public int getRows()
Gets the rows value for this DescribeLayoutSection.

Returns:
rows

setRows

public void setRows(int rows)
Sets the rows value for this DescribeLayoutSection.

Parameters:
rows -

isUseCollapsibleSection

public boolean isUseCollapsibleSection()
Gets the useCollapsibleSection value for this DescribeLayoutSection.

Returns:
useCollapsibleSection

setUseCollapsibleSection

public void setUseCollapsibleSection(boolean useCollapsibleSection)
Sets the useCollapsibleSection value for this DescribeLayoutSection.

Parameters:
useCollapsibleSection -

isUseHeading

public boolean isUseHeading()
Gets the useHeading value for this DescribeLayoutSection.

Returns:
useHeading

setUseHeading

public void setUseHeading(boolean useHeading)
Sets the useHeading value for this DescribeLayoutSection.

Parameters:
useHeading -

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.