Package com.sforce.soap.partner
Interface IDescribeApprovalLayout
-
- All Known Implementing Classes:
DescribeApprovalLayout
public interface IDescribeApprovalLayoutThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeLayoutItem[]getLayoutItems()element : layoutItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetId(String id)voidsetLabel(String label)voidsetLayoutItems(IDescribeLayoutItem[] layoutItems)voidsetName(String name)
-
-
-
Method Detail
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getLayoutItems
IDescribeLayoutItem[] getLayoutItems()
element : layoutItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]
-
setLayoutItems
void setLayoutItems(IDescribeLayoutItem[] layoutItems)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
-