public class CompactLayout extends SObject
Java class for CompactLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompactLayout">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MasterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}CompactLayout" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SobjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createdDate |
protected String |
developerName |
protected String |
fullName |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
masterLabel |
protected CompactLayout |
metadata |
protected String |
namespacePrefix |
protected String |
sobjectType |
fieldsToNull, id| Constructor and Description |
|---|
CompactLayout() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
CompactLayout |
getMetadata()
Gets the value of the metadata property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getSobjectType()
Gets the value of the sobjectType property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setMetadata(CompactLayout value)
Sets the value of the metadata property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSobjectType(String value)
Sets the value of the sobjectType property.
|
getFieldsToNull, getId, setIdprotected XMLGregorianCalendar createdDate
protected String developerName
protected String fullName
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String masterLabel
protected CompactLayout metadata
protected String namespacePrefix
protected String sobjectType
public XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic CompactLayout getMetadata()
CompactLayoutpublic void setMetadata(CompactLayout value)
value - allowed object is
CompactLayoutpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getSobjectType()
StringCopyright © 2016. All rights reserved.