Package com.sforce.soap.metadata
Class PromptVersionTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.PromptVersionTranslation
-
-
Constructor Summary
Constructors Constructor Description PromptVersionTranslation()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionButtonLabel
public String getActionButtonLabel()
-
setActionButtonLabel
public void setActionButtonLabel(String actionButtonLabel)
-
setActionButtonLabel
protected void setActionButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getActionButtonLink
public String getActionButtonLink()
-
setActionButtonLink
public void setActionButtonLink(String actionButtonLink)
-
setActionButtonLink
protected void setActionButtonLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
setBody
protected void setBody(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
-
getDismissButtonLabel
public String getDismissButtonLabel()
-
setDismissButtonLabel
public void setDismissButtonLabel(String dismissButtonLabel)
-
setDismissButtonLabel
protected void setDismissButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeader
public String getHeader()
-
setHeader
public void setHeader(String header)
-
setHeader
protected void setHeader(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getImageAltText
public String getImageAltText()
-
setImageAltText
public void setImageAltText(String imageAltText)
-
setImageAltText
protected void setImageAltText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getImageLink
public String getImageLink()
-
setImageLink
public void setImageLink(String imageLink)
-
setImageLink
protected void setImageLink(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
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStepNumber
public int getStepNumber()
-
setStepNumber
public void setStepNumber(int stepNumber)
-
setStepNumber
protected void setStepNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
setTitle
protected void setTitle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVideoLink
public String getVideoLink()
-
setVideoLink
public void setVideoLink(String videoLink)
-
setVideoLink
protected void setVideoLink(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
-
-