|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeLayoutItem
public class DescribeLayoutItem
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 |
---|
public DescribeLayoutItem()
public DescribeLayoutItem(boolean editable, java.lang.String label, DescribeLayoutComponent[] layoutComponents, boolean placeholder, boolean required)
Method Detail |
---|
public boolean isEditable()
public void setEditable(boolean editable)
editable
- public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- public DescribeLayoutComponent[] getLayoutComponents()
public void setLayoutComponents(DescribeLayoutComponent[] layoutComponents)
layoutComponents
- public DescribeLayoutComponent getLayoutComponents(int i)
public void setLayoutComponents(int i, DescribeLayoutComponent _value)
public boolean isPlaceholder()
public void setPlaceholder(boolean placeholder)
placeholder
- public boolean isRequired()
public void setRequired(boolean required)
required
- 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 |