|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeLayout
public class DescribeLayout
Constructor Summary | |
---|---|
DescribeLayout()
|
|
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection,
DescribeLayoutSection[] detailLayoutSections,
DescribeLayoutSection[] editLayoutSections,
java.lang.String id,
RelatedList[] relatedLists)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
DescribeLayoutButton[] |
getButtonLayoutSection()
Gets the buttonLayoutSection value for this DescribeLayout. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
DescribeLayoutSection[] |
getDetailLayoutSections()
Gets the detailLayoutSections value for this DescribeLayout. |
DescribeLayoutSection |
getDetailLayoutSections(int i)
|
DescribeLayoutSection[] |
getEditLayoutSections()
Gets the editLayoutSections value for this DescribeLayout. |
DescribeLayoutSection |
getEditLayoutSections(int i)
|
java.lang.String |
getId()
Gets the id value for this DescribeLayout. |
RelatedList[] |
getRelatedLists()
Gets the relatedLists value for this DescribeLayout. |
RelatedList |
getRelatedLists(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()
|
void |
setButtonLayoutSection(DescribeLayoutButton[] buttonLayoutSection)
Sets the buttonLayoutSection value for this DescribeLayout. |
void |
setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
Sets the detailLayoutSections value for this DescribeLayout. |
void |
setDetailLayoutSections(int i,
DescribeLayoutSection _value)
|
void |
setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
Sets the editLayoutSections value for this DescribeLayout. |
void |
setEditLayoutSections(int i,
DescribeLayoutSection _value)
|
void |
setId(java.lang.String id)
Sets the id value for this DescribeLayout. |
void |
setRelatedLists(int i,
RelatedList _value)
|
void |
setRelatedLists(RelatedList[] relatedLists)
Sets the relatedLists value for this DescribeLayout. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescribeLayout()
public DescribeLayout(DescribeLayoutButton[] buttonLayoutSection, DescribeLayoutSection[] detailLayoutSections, DescribeLayoutSection[] editLayoutSections, java.lang.String id, RelatedList[] relatedLists)
Method Detail |
---|
public DescribeLayoutButton[] getButtonLayoutSection()
public void setButtonLayoutSection(DescribeLayoutButton[] buttonLayoutSection)
buttonLayoutSection
- public DescribeLayoutSection[] getDetailLayoutSections()
public void setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
detailLayoutSections
- public DescribeLayoutSection getDetailLayoutSections(int i)
public void setDetailLayoutSections(int i, DescribeLayoutSection _value)
public DescribeLayoutSection[] getEditLayoutSections()
public void setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
editLayoutSections
- public DescribeLayoutSection getEditLayoutSections(int i)
public void setEditLayoutSections(int i, DescribeLayoutSection _value)
public java.lang.String getId()
public void setId(java.lang.String id)
id
- public RelatedList[] getRelatedLists()
public void setRelatedLists(RelatedList[] relatedLists)
relatedLists
- public RelatedList getRelatedLists(int i)
public void setRelatedLists(int i, RelatedList _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 |