Package com.sforce.soap.partner
Interface IDescribeLayoutItem
-
- All Known Implementing Classes:
DescribeLayoutItem
public interface IDescribeLayoutItemThis 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 booleangetEditableForNew()element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetEditableForUpdate()element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeLayoutComponent[]getLayoutComponents()element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]booleangetPlaceholder()element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetRequired()element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisEditableForNew()booleanisEditableForUpdate()booleanisPlaceholder()booleanisRequired()voidsetEditableForNew(boolean editableForNew)voidsetEditableForUpdate(boolean editableForUpdate)voidsetLabel(String label)voidsetLayoutComponents(IDescribeLayoutComponent[] layoutComponents)voidsetPlaceholder(boolean placeholder)voidsetRequired(boolean required)
-
-
-
Method Detail
-
getEditableForNew
boolean getEditableForNew()
element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isEditableForNew
boolean isEditableForNew()
-
setEditableForNew
void setEditableForNew(boolean editableForNew)
-
getEditableForUpdate
boolean getEditableForUpdate()
element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isEditableForUpdate
boolean isEditableForUpdate()
-
setEditableForUpdate
void setEditableForUpdate(boolean editableForUpdate)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getLayoutComponents
IDescribeLayoutComponent[] getLayoutComponents()
element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]
-
setLayoutComponents
void setLayoutComponents(IDescribeLayoutComponent[] layoutComponents)
-
getPlaceholder
boolean getPlaceholder()
element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isPlaceholder
boolean isPlaceholder()
-
setPlaceholder
void setPlaceholder(boolean placeholder)
-
getRequired
boolean getRequired()
element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isRequired
boolean isRequired()
-
setRequired
void setRequired(boolean required)
-
-