Package com.sforce.soap.partner
Interface IDescribeLayoutSection
-
- All Known Implementing Classes:
DescribeLayoutSection
public interface IDescribeLayoutSectionThis 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 booleangetCollapsed()element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanintgetColumns()element : columns of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetHeading()element : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeLayoutRow[]getLayoutRows()element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]StringgetLayoutSectionId()element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetParentLayoutId()element : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringintgetRows()element : rows of type {http://www.w3.org/2001/XMLSchema}int java type: intTabOrderTypegetTabOrder()element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderTypebooleangetUseCollapsibleSection()element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetUseHeading()element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisCollapsed()booleanisUseCollapsibleSection()booleanisUseHeading()voidsetCollapsed(boolean collapsed)voidsetColumns(int columns)voidsetHeading(String heading)voidsetLayoutRows(IDescribeLayoutRow[] layoutRows)voidsetLayoutSectionId(String layoutSectionId)voidsetParentLayoutId(String parentLayoutId)voidsetRows(int rows)voidsetTabOrder(TabOrderType tabOrder)voidsetUseCollapsibleSection(boolean useCollapsibleSection)voidsetUseHeading(boolean useHeading)
-
-
-
Method Detail
-
getCollapsed
boolean getCollapsed()
element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isCollapsed
boolean isCollapsed()
-
setCollapsed
void setCollapsed(boolean collapsed)
-
getColumns
int getColumns()
element : columns of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setColumns
void setColumns(int columns)
-
getHeading
String getHeading()
element : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setHeading
void setHeading(String heading)
-
getLayoutRows
IDescribeLayoutRow[] getLayoutRows()
element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]
-
setLayoutRows
void setLayoutRows(IDescribeLayoutRow[] layoutRows)
-
getLayoutSectionId
String getLayoutSectionId()
element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setLayoutSectionId
void setLayoutSectionId(String layoutSectionId)
-
getParentLayoutId
String getParentLayoutId()
element : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setParentLayoutId
void setParentLayoutId(String parentLayoutId)
-
getRows
int getRows()
element : rows of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setRows
void setRows(int rows)
-
getTabOrder
TabOrderType getTabOrder()
element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderType
-
setTabOrder
void setTabOrder(TabOrderType tabOrder)
-
getUseCollapsibleSection
boolean getUseCollapsibleSection()
element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isUseCollapsibleSection
boolean isUseCollapsibleSection()
-
setUseCollapsibleSection
void setUseCollapsibleSection(boolean useCollapsibleSection)
-
getUseHeading
boolean getUseHeading()
element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isUseHeading
boolean isUseHeading()
-
setUseHeading
void setUseHeading(boolean useHeading)
-
-