public class CompactLayoutItemInfo extends SObject
Java class for CompactLayoutItemInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompactLayoutItemInfo">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CompactLayoutInfo" type="{urn:tooling.soap.sforce.com}CompactLayoutInfo" minOccurs="0"/>
<element name="CompactLayoutInfoId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FieldDefinition" type="{urn:tooling.soap.sforce.com}FieldDefinition" minOccurs="0"/>
<element name="FieldDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CompactLayoutInfo |
compactLayoutInfo |
protected String |
compactLayoutInfoId |
protected String |
durableId |
protected FieldDefinition |
fieldDefinition |
protected String |
fieldDefinitionId |
protected Integer |
sortOrder |
fieldsToNull, id| Constructor and Description |
|---|
CompactLayoutItemInfo() |
| Modifier and Type | Method and Description |
|---|---|
CompactLayoutInfo |
getCompactLayoutInfo()
Gets the value of the compactLayoutInfo property.
|
String |
getCompactLayoutInfoId()
Gets the value of the compactLayoutInfoId property.
|
String |
getDurableId()
Gets the value of the durableId property.
|
FieldDefinition |
getFieldDefinition()
Gets the value of the fieldDefinition property.
|
String |
getFieldDefinitionId()
Gets the value of the fieldDefinitionId property.
|
Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setCompactLayoutInfo(CompactLayoutInfo value)
Sets the value of the compactLayoutInfo property.
|
void |
setCompactLayoutInfoId(String value)
Sets the value of the compactLayoutInfoId property.
|
void |
setDurableId(String value)
Sets the value of the durableId property.
|
void |
setFieldDefinition(FieldDefinition value)
Sets the value of the fieldDefinition property.
|
void |
setFieldDefinitionId(String value)
Sets the value of the fieldDefinitionId property.
|
void |
setSortOrder(Integer value)
Sets the value of the sortOrder property.
|
getFieldsToNull, getId, setIdprotected CompactLayoutInfo compactLayoutInfo
protected String compactLayoutInfoId
protected String durableId
protected FieldDefinition fieldDefinition
protected String fieldDefinitionId
protected Integer sortOrder
public CompactLayoutInfo getCompactLayoutInfo()
CompactLayoutInfopublic void setCompactLayoutInfo(CompactLayoutInfo value)
value - allowed object is
CompactLayoutInfopublic String getCompactLayoutInfoId()
Stringpublic void setCompactLayoutInfoId(String value)
value - allowed object is
Stringpublic String getDurableId()
Stringpublic void setDurableId(String value)
value - allowed object is
Stringpublic FieldDefinition getFieldDefinition()
FieldDefinitionpublic void setFieldDefinition(FieldDefinition value)
value - allowed object is
FieldDefinitionpublic String getFieldDefinitionId()
Stringpublic void setFieldDefinitionId(String value)
value - allowed object is
Stringpublic Integer getSortOrder()
IntegerCopyright © 2016. All rights reserved.