Package com.sforce.soap.metadata
Class SidebarComponent
java.lang.Object
com.sforce.soap.metadata.SidebarComponent
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetLabel()getPage()getUnit()intgetWidth()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetComponentType(XmlInputStream __in, TypeMapper __typeMapper) voidsetComponentType(String componentType) protected voidsetCreateAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetCreateAction(String createAction) voidsetEnableLinking(boolean enableLinking) protected voidsetEnableLinking(XmlInputStream __in, TypeMapper __typeMapper) voidsetHeight(int height) protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLookup(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetPage(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetRelatedLists(RelatedList[] relatedLists) protected voidsetRelatedLists(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetUnit(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetUpdateAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetUpdateAction(String updateAction) voidsetWidth(int width) protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
SidebarComponent
public SidebarComponent()Constructor
-
-
Method Details
-
getComponentType
-
setComponentType
-
setComponentType
protected void setComponentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCreateAction
-
setCreateAction
-
setCreateAction
protected void setCreateAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableLinking
public boolean getEnableLinking() -
isEnableLinking
public boolean isEnableLinking() -
setEnableLinking
public void setEnableLinking(boolean enableLinking) -
setEnableLinking
protected void setEnableLinking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLookup
-
setLookup
-
setLookup
protected void setLookup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPage
-
setPage
-
setPage
protected void setPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRelatedLists
-
setRelatedLists
-
setRelatedLists
protected void setRelatedLists(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUnit
-
setUnit
-
setUnit
protected void setUnit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUpdateAction
-
setUpdateAction
-
setUpdateAction
protected void setUpdateAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
setWidth
protected void setWidth(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-