Package com.sforce.soap.metadata
Class ChannelObjectLinkingRule
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ChannelObjectLinkingRule
-
-
Constructor Summary
Constructors Constructor Description ChannelObjectLinkingRule()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionForNoRecordFound
public ActionForNoRecordFound getActionForNoRecordFound()
-
setActionForNoRecordFound
public void setActionForNoRecordFound(ActionForNoRecordFound actionForNoRecordFound)
-
setActionForNoRecordFound
protected void setActionForNoRecordFound(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getActionForSingleRecordFound
public ActionForSingleRecordFound getActionForSingleRecordFound()
-
setActionForSingleRecordFound
public void setActionForSingleRecordFound(ActionForSingleRecordFound actionForSingleRecordFound)
-
setActionForSingleRecordFound
protected void setActionForSingleRecordFound(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getChannelType
public ChannelType getChannelType()
-
setChannelType
public void setChannelType(ChannelType channelType)
-
setChannelType
protected void setChannelType(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
-
getIsLinkedRecordOpenedAsSubTab
public boolean getIsLinkedRecordOpenedAsSubTab()
-
isIsLinkedRecordOpenedAsSubTab
public boolean isIsLinkedRecordOpenedAsSubTab()
-
setIsLinkedRecordOpenedAsSubTab
public void setIsLinkedRecordOpenedAsSubTab(boolean isLinkedRecordOpenedAsSubTab)
-
setIsLinkedRecordOpenedAsSubTab
protected void setIsLinkedRecordOpenedAsSubTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRuleActive
public boolean getIsRuleActive()
-
isIsRuleActive
public boolean isIsRuleActive()
-
setIsRuleActive
public void setIsRuleActive(boolean isRuleActive)
-
setIsRuleActive
protected void setIsRuleActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObjectToLink
public ObjectToLink getObjectToLink()
-
setObjectToLink
public void setObjectToLink(ObjectToLink objectToLink)
-
setObjectToLink
protected void setObjectToLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuleName
public String getRuleName()
-
setRuleName
public void setRuleName(String ruleName)
-
setRuleName
protected void setRuleName(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
-
-