com.sforce.soap.partner
Class DescribeLayoutComponent

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

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

See Also:
Serialized Form

Constructor Summary
DescribeLayoutComponent()
           
DescribeLayoutComponent(int displayLines, int tabOrder, LayoutComponentType type, java.lang.String value)
           
 
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
 int getDisplayLines()
          Gets the displayLines value for this DescribeLayoutComponent.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTabOrder()
          Gets the tabOrder value for this DescribeLayoutComponent.
 LayoutComponentType getType()
          Gets the type value for this DescribeLayoutComponent.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
          Gets the value value for this DescribeLayoutComponent.
 int hashCode()
           
 void setDisplayLines(int displayLines)
          Sets the displayLines value for this DescribeLayoutComponent.
 void setTabOrder(int tabOrder)
          Sets the tabOrder value for this DescribeLayoutComponent.
 void setType(LayoutComponentType type)
          Sets the type value for this DescribeLayoutComponent.
 void setValue(java.lang.String value)
          Sets the value value for this DescribeLayoutComponent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayoutComponent

public DescribeLayoutComponent()

DescribeLayoutComponent

public DescribeLayoutComponent(int displayLines,
                               int tabOrder,
                               LayoutComponentType type,
                               java.lang.String value)
Method Detail

getDisplayLines

public int getDisplayLines()
Gets the displayLines value for this DescribeLayoutComponent.

Returns:
displayLines

setDisplayLines

public void setDisplayLines(int displayLines)
Sets the displayLines value for this DescribeLayoutComponent.

Parameters:
displayLines -

getTabOrder

public int getTabOrder()
Gets the tabOrder value for this DescribeLayoutComponent.

Returns:
tabOrder

setTabOrder

public void setTabOrder(int tabOrder)
Sets the tabOrder value for this DescribeLayoutComponent.

Parameters:
tabOrder -

getType

public LayoutComponentType getType()
Gets the type value for this DescribeLayoutComponent.

Returns:
type

setType

public void setType(LayoutComponentType type)
Sets the type value for this DescribeLayoutComponent.

Parameters:
type -

getValue

public java.lang.String getValue()
Gets the value value for this DescribeLayoutComponent.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this DescribeLayoutComponent.

Parameters:
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.