public class CustomTab extends SObject
Java class for CustomTab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomTab">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ContentId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<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="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EncodingKey" 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="HasSidebar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IconId" type="{urn:tooling.soap.sforce.com}ID" 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="ManageableState" type="{http://www.w3.org/2001/XMLSchema}string" 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}CustomTab" minOccurs="0"/>
<element name="MotifName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentId |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
description |
protected String |
developerName |
protected String |
encodingKey |
protected String |
fullName |
protected Boolean |
hasSidebar |
protected String |
iconId |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
manageableState |
protected String |
masterLabel |
protected CustomTab |
metadata |
protected String |
motifName |
protected String |
namespacePrefix |
protected String |
type |
protected String |
url |
fieldsToNull, id| Constructor and Description |
|---|
CustomTab() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentId()
Gets the value of the contentId property.
|
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.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getEncodingKey()
Gets the value of the encodingKey property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getIconId()
Gets the value of the iconId 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 |
getManageableState()
Gets the value of the manageableState property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
CustomTab |
getMetadata()
Gets the value of the metadata property.
|
String |
getMotifName()
Gets the value of the motifName property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
Boolean |
isHasSidebar()
Gets the value of the hasSidebar property.
|
void |
setContentId(String value)
Sets the value of the contentId 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 |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setEncodingKey(String value)
Sets the value of the encodingKey property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setHasSidebar(Boolean value)
Sets the value of the hasSidebar property.
|
void |
setIconId(String value)
Sets the value of the iconId 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 |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setMetadata(CustomTab value)
Sets the value of the metadata property.
|
void |
setMotifName(String value)
Sets the value of the motifName property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getFieldsToNull, getId, setIdprotected String contentId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected String developerName
protected String encodingKey
protected String fullName
protected Boolean hasSidebar
protected String iconId
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String manageableState
protected String masterLabel
protected CustomTab metadata
protected String motifName
protected String namespacePrefix
protected String type
protected String url
public String getContentId()
Stringpublic void setContentId(String value)
value - allowed object is
Stringpublic 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 String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic String getEncodingKey()
Stringpublic void setEncodingKey(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic Boolean isHasSidebar()
Booleanpublic void setHasSidebar(Boolean value)
value - allowed object is
Booleanpublic String getIconId()
Stringpublic void setIconId(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 getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic CustomTab getMetadata()
CustomTabpublic void setMetadata(CustomTab value)
value - allowed object is
CustomTabpublic String getMotifName()
Stringpublic void setMotifName(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2016. All rights reserved.