Package com.sforce.soap.metadata
Class CustomTab
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CustomTab
-
-
Constructor Summary
Constructors Constructor Description CustomTab()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionOverrides
public ActionOverride[] getActionOverrides()
-
setActionOverrides
public void setActionOverrides(ActionOverride[] actionOverrides)
-
setActionOverrides
protected void setActionOverrides(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAuraComponent
public String getAuraComponent()
-
setAuraComponent
public void setAuraComponent(String auraComponent)
-
setAuraComponent
protected void setAuraComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomObject
public boolean getCustomObject()
-
isCustomObject
public boolean isCustomObject()
-
setCustomObject
public void setCustomObject(boolean customObject)
-
setCustomObject
protected void setCustomObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlexiPage
public String getFlexiPage()
-
setFlexiPage
public void setFlexiPage(String flexiPage)
-
setFlexiPage
protected void setFlexiPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFrameHeight
public int getFrameHeight()
-
setFrameHeight
public void setFrameHeight(int frameHeight)
-
setFrameHeight
protected void setFrameHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasSidebar
public boolean getHasSidebar()
-
isHasSidebar
public boolean isHasSidebar()
-
setHasSidebar
public void setHasSidebar(boolean hasSidebar)
-
setHasSidebar
protected void setHasSidebar(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
setIcon
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLwcComponent
public String getLwcComponent()
-
setLwcComponent
public void setLwcComponent(String lwcComponent)
-
setLwcComponent
protected void setLwcComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMotif
public String getMotif()
-
setMotif
public void setMotif(String motif)
-
setMotif
protected void setMotif(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPage
public String getPage()
-
setPage
public void setPage(String page)
-
setPage
protected void setPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScontrol
public String getScontrol()
-
setScontrol
public void setScontrol(String scontrol)
-
setScontrol
protected void setScontrol(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSplashPageLink
public String getSplashPageLink()
-
setSplashPageLink
public void setSplashPageLink(String splashPageLink)
-
setSplashPageLink
protected void setSplashPageLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrlEncodingKey
public Encoding getUrlEncodingKey()
-
setUrlEncodingKey
public void setUrlEncodingKey(Encoding urlEncodingKey)
-
setUrlEncodingKey
protected void setUrlEncodingKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-