Package com.sforce.soap.metadata
Class ActionOverride
- java.lang.Object
-
- com.sforce.soap.metadata.ActionOverride
-
- All Implemented Interfaces:
XMLizable
- Direct Known Subclasses:
AppActionOverride
public class ActionOverride extends Object implements 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 Constructor Description ActionOverride()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionName
public String getActionName()
-
setActionName
public void setActionName(String actionName)
-
setActionName
protected void setActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
setComment
protected void setComment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
setContent
protected void setContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormFactor
public FormFactor getFormFactor()
-
setFormFactor
public void setFormFactor(FormFactor formFactor)
-
setFormFactor
protected void setFormFactor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSkipRecordTypeSelect
public boolean getSkipRecordTypeSelect()
-
isSkipRecordTypeSelect
public boolean isSkipRecordTypeSelect()
-
setSkipRecordTypeSelect
public void setSkipRecordTypeSelect(boolean skipRecordTypeSelect)
-
setSkipRecordTypeSelect
protected void setSkipRecordTypeSelect(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public ActionOverrideType getType()
-
setType
public void setType(ActionOverrideType type)
-
setType
protected void setType(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
-
-