Package com.sforce.soap.metadata
Class SidebarComponent
- java.lang.Object
-
- com.sforce.soap.metadata.SidebarComponent
-
-
Constructor Summary
Constructors Constructor Description SidebarComponent()Constructor
-
Method Summary
-
-
-
Method Detail
-
getComponentType
public String getComponentType()
-
setComponentType
public void setComponentType(String componentType)
-
setComponentType
protected void setComponentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCreateAction
public String getCreateAction()
-
setCreateAction
public void setCreateAction(String createAction)
-
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
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookup
public String getLookup()
-
setLookup
public void setLookup(String lookup)
-
setLookup
protected void setLookup(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
-
getRelatedLists
public RelatedList[] getRelatedLists()
-
setRelatedLists
public void setRelatedLists(RelatedList[] relatedLists)
-
setRelatedLists
protected void setRelatedLists(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUnit
public String getUnit()
-
setUnit
public void setUnit(String unit)
-
setUnit
protected void setUnit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUpdateAction
public String getUpdateAction()
-
setUpdateAction
public void setUpdateAction(String updateAction)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-