|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeLayoutComponent
public class DescribeLayoutComponent
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 |
---|
public DescribeLayoutComponent()
public DescribeLayoutComponent(int displayLines, int tabOrder, LayoutComponentType type, java.lang.String value)
Method Detail |
---|
public int getDisplayLines()
public void setDisplayLines(int displayLines)
displayLines
- public int getTabOrder()
public void setTabOrder(int tabOrder)
tabOrder
- public LayoutComponentType getType()
public void setType(LayoutComponentType type)
type
- public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |