com.sforce.soap.partner
Class DescribeLayoutItem

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

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

See Also:
Serialized Form

Constructor Summary
DescribeLayoutItem()
           
DescribeLayoutItem(boolean editable, java.lang.String label, DescribeLayoutComponent[] layoutComponents, boolean placeholder, boolean required)
           
 
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 getLabel()
          Gets the label value for this DescribeLayoutItem.
 DescribeLayoutComponent[] getLayoutComponents()
          Gets the layoutComponents value for this DescribeLayoutItem.
 DescribeLayoutComponent getLayoutComponents(int i)
           
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 isEditable()
          Gets the editable value for this DescribeLayoutItem.
 boolean isPlaceholder()
          Gets the placeholder value for this DescribeLayoutItem.
 boolean isRequired()
          Gets the required value for this DescribeLayoutItem.
 void setEditable(boolean editable)
          Sets the editable value for this DescribeLayoutItem.
 void setLabel(java.lang.String label)
          Sets the label value for this DescribeLayoutItem.
 void setLayoutComponents(DescribeLayoutComponent[] layoutComponents)
          Sets the layoutComponents value for this DescribeLayoutItem.
 void setLayoutComponents(int i, DescribeLayoutComponent _value)
           
 void setPlaceholder(boolean placeholder)
          Sets the placeholder value for this DescribeLayoutItem.
 void setRequired(boolean required)
          Sets the required value for this DescribeLayoutItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayoutItem

public DescribeLayoutItem()

DescribeLayoutItem

public DescribeLayoutItem(boolean editable,
                          java.lang.String label,
                          DescribeLayoutComponent[] layoutComponents,
                          boolean placeholder,
                          boolean required)
Method Detail

isEditable

public boolean isEditable()
Gets the editable value for this DescribeLayoutItem.

Returns:
editable

setEditable

public void setEditable(boolean editable)
Sets the editable value for this DescribeLayoutItem.

Parameters:
editable -

getLabel

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

Returns:
label

setLabel

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

Parameters:
label -

getLayoutComponents

public DescribeLayoutComponent[] getLayoutComponents()
Gets the layoutComponents value for this DescribeLayoutItem.

Returns:
layoutComponents

setLayoutComponents

public void setLayoutComponents(DescribeLayoutComponent[] layoutComponents)
Sets the layoutComponents value for this DescribeLayoutItem.

Parameters:
layoutComponents -

getLayoutComponents

public DescribeLayoutComponent getLayoutComponents(int i)

setLayoutComponents

public void setLayoutComponents(int i,
                                DescribeLayoutComponent _value)

isPlaceholder

public boolean isPlaceholder()
Gets the placeholder value for this DescribeLayoutItem.

Returns:
placeholder

setPlaceholder

public void setPlaceholder(boolean placeholder)
Sets the placeholder value for this DescribeLayoutItem.

Parameters:
placeholder -

isRequired

public boolean isRequired()
Gets the required value for this DescribeLayoutItem.

Returns:
required

setRequired

public void setRequired(boolean required)
Sets the required value for this DescribeLayoutItem.

Parameters:
required -

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.