Package com.sforce.soap.metadata
Class CustomApplicationComponent
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.CustomApplicationComponent
- 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 TypeMethodDescriptionintintbooleanbooleanbooleanintgetWidth()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetButtonIconUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetButtonIconUrl(String buttonIconUrl) protected voidsetButtonStyle(XmlInputStream __in, TypeMapper __typeMapper) voidsetButtonStyle(String buttonStyle) protected voidsetButtonText(XmlInputStream __in, TypeMapper __typeMapper) voidsetButtonText(String buttonText) voidsetButtonWidth(int buttonWidth) protected voidsetButtonWidth(XmlInputStream __in, TypeMapper __typeMapper) voidsetHeight(int height) protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsHeightFixed(boolean isHeightFixed) protected voidsetIsHeightFixed(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsHidden(boolean isHidden) protected voidsetIsHidden(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsWidthFixed(boolean isWidthFixed) protected voidsetIsWidthFixed(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetVisualforcePage(XmlInputStream __in, TypeMapper __typeMapper) voidsetVisualforcePage(String visualforcePage) voidsetWidth(int width) protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
CustomApplicationComponent
public CustomApplicationComponent()Constructor
-
-
Method Details
-
getButtonIconUrl
-
setButtonIconUrl
-
setButtonIconUrl
protected void setButtonIconUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getButtonStyle
-
setButtonStyle
-
setButtonStyle
protected void setButtonStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getButtonText
-
setButtonText
-
setButtonText
protected void setButtonText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getButtonWidth
public int getButtonWidth() -
setButtonWidth
public void setButtonWidth(int buttonWidth) -
setButtonWidth
protected void setButtonWidth(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
-
getIsHeightFixed
public boolean getIsHeightFixed() -
isIsHeightFixed
public boolean isIsHeightFixed() -
setIsHeightFixed
public void setIsHeightFixed(boolean isHeightFixed) -
setIsHeightFixed
protected void setIsHeightFixed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsHidden
public boolean getIsHidden() -
isIsHidden
public boolean isIsHidden() -
setIsHidden
public void setIsHidden(boolean isHidden) -
setIsHidden
protected void setIsHidden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsWidthFixed
public boolean getIsWidthFixed() -
isIsWidthFixed
public boolean isIsWidthFixed() -
setIsWidthFixed
public void setIsWidthFixed(boolean isWidthFixed) -
setIsWidthFixed
protected void setIsWidthFixed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVisualforcePage
-
setVisualforcePage
-
setVisualforcePage
protected void setVisualforcePage(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- 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
-
toString
-