public class ProfileLayout extends SObject
Java class for ProfileLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileLayout">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="Layout" type="{urn:tooling.soap.sforce.com}Layout" minOccurs="0"/>
<element name="LayoutId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Profile" type="{urn:tooling.soap.sforce.com}Profile" minOccurs="0"/>
<element name="ProfileId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="RecordType" type="{urn:tooling.soap.sforce.com}RecordType" minOccurs="0"/>
<element name="RecordTypeId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TableEnumOrId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Layout |
layout |
protected String |
layoutId |
protected Profile |
profile |
protected String |
profileId |
protected RecordType |
recordType |
protected String |
recordTypeId |
protected XMLGregorianCalendar |
systemModstamp |
protected String |
tableEnumOrId |
fieldsToNull, id| Constructor and Description |
|---|
ProfileLayout() |
| Modifier and Type | Method and Description |
|---|---|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate 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.
|
Layout |
getLayout()
Gets the value of the layout property.
|
String |
getLayoutId()
Gets the value of the layoutId property.
|
Profile |
getProfile()
Gets the value of the profile property.
|
String |
getProfileId()
Gets the value of the profileId property.
|
RecordType |
getRecordType()
Gets the value of the recordType property.
|
String |
getRecordTypeId()
Gets the value of the recordTypeId property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
String |
getTableEnumOrId()
Gets the value of the tableEnumOrId property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate 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 |
setLayout(Layout value)
Sets the value of the layout property.
|
void |
setLayoutId(String value)
Sets the value of the layoutId property.
|
void |
setProfile(Profile value)
Sets the value of the profile property.
|
void |
setProfileId(String value)
Sets the value of the profileId property.
|
void |
setRecordType(RecordType value)
Sets the value of the recordType property.
|
void |
setRecordTypeId(String value)
Sets the value of the recordTypeId property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTableEnumOrId(String value)
Sets the value of the tableEnumOrId property.
|
getFieldsToNull, getId, setIdprotected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Layout layout
protected String layoutId
protected Profile profile
protected String profileId
protected RecordType recordType
protected String recordTypeId
protected XMLGregorianCalendar systemModstamp
protected String tableEnumOrId
public User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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 Layout getLayout()
Layoutpublic void setLayout(Layout value)
value - allowed object is
Layoutpublic String getLayoutId()
Stringpublic void setLayoutId(String value)
value - allowed object is
Stringpublic Profile getProfile()
Profilepublic void setProfile(Profile value)
value - allowed object is
Profilepublic String getProfileId()
Stringpublic void setProfileId(String value)
value - allowed object is
Stringpublic RecordType getRecordType()
RecordTypepublic void setRecordType(RecordType value)
value - allowed object is
RecordTypepublic String getRecordTypeId()
Stringpublic void setRecordTypeId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTableEnumOrId()
StringCopyright © 2016. All rights reserved.