Package com.sforce.soap.metadata
Class HomePageComponent
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.HomePageComponent
-
-
Constructor Summary
Constructors Constructor Description HomePageComponent()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
setBody
protected void setBody(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
-
getLinks
public String[] getLinks()
-
setLinks
public void setLinks(String[] links)
-
setLinks
protected void setLinks(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
-
getPageComponentType
public PageComponentType getPageComponentType()
-
setPageComponentType
public void setPageComponentType(PageComponentType pageComponentType)
-
setPageComponentType
protected void setPageComponentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowLabel
public boolean getShowLabel()
-
isShowLabel
public boolean isShowLabel()
-
setShowLabel
public void setShowLabel(boolean showLabel)
-
setShowLabel
protected void setShowLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowScrollbars
public boolean getShowScrollbars()
-
isShowScrollbars
public boolean isShowScrollbars()
-
setShowScrollbars
public void setShowScrollbars(boolean showScrollbars)
-
setShowScrollbars
protected void setShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public PageComponentWidth getWidth()
-
setWidth
public void setWidth(PageComponentWidth 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- 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
-
-