public interface IDescribeApprovalLayout
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeLayoutItem[] |
getLayoutItems()
element : layoutItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem
java type: com.sforce.soap.partner.DescribeLayoutItem[]
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setId(String id) |
void |
setLabel(String label) |
void |
setLayoutItems(IDescribeLayoutItem[] layoutItems) |
void |
setName(String name) |
String getId()
void setId(String id)
String getLabel()
void setLabel(String label)
IDescribeLayoutItem[] getLayoutItems()
void setLayoutItems(IDescribeLayoutItem[] layoutItems)
String getName()
void setName(String name)
Copyright © 2015. All Rights Reserved.