com.sforce.soap.metadata
Class WorkflowFieldUpdate
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.WorkflowAction
com.sforce.soap.metadata.WorkflowFieldUpdate
- All Implemented Interfaces:
- com.sforce.ws.bind.XMLizable
public class WorkflowFieldUpdate
- extends WorkflowAction
Generated class, please do not edit.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkflowFieldUpdate
public WorkflowFieldUpdate()
- Constructor
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getField
public java.lang.String getField()
setField
public void setField(java.lang.String field)
getFormula
public java.lang.String getFormula()
setFormula
public void setFormula(java.lang.String formula)
getLiteralValue
public java.lang.String getLiteralValue()
setLiteralValue
public void setLiteralValue(java.lang.String literalValue)
getLookupValue
public java.lang.String getLookupValue()
setLookupValue
public void setLookupValue(java.lang.String lookupValue)
getLookupValueType
public LookupValueType getLookupValueType()
setLookupValueType
public void setLookupValueType(LookupValueType lookupValueType)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getNotifyAssignee
public boolean getNotifyAssignee()
isNotifyAssignee
public boolean isNotifyAssignee()
setNotifyAssignee
public void setNotifyAssignee(boolean notifyAssignee)
getOperation
public FieldUpdateOperation getOperation()
setOperation
public void setOperation(FieldUpdateOperation operation)
getProtected
public boolean getProtected()
isProtected
public boolean isProtected()
setProtected
public void setProtected(boolean _protected)
getTargetObject
public java.lang.String getTargetObject()
setTargetObject
public void setTargetObject(java.lang.String targetObject)
write
public void write(javax.xml.namespace.QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException
- Specified by:
write in interface com.sforce.ws.bind.XMLizable- Overrides:
write in class WorkflowAction
- Throws:
java.io.IOException
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException
- Overrides:
writeFields in class WorkflowAction
- Throws:
java.io.IOException
load
public void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException,
com.sforce.ws.ConnectionException
- Specified by:
load in interface com.sforce.ws.bind.XMLizable- Overrides:
load in class WorkflowAction
- Throws:
java.io.IOException
com.sforce.ws.ConnectionException
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException,
com.sforce.ws.ConnectionException
- Overrides:
loadFields in class WorkflowAction
- Throws:
java.io.IOException
com.sforce.ws.ConnectionException
toString
public java.lang.String toString()
- Overrides:
toString in class WorkflowAction
Copyright © 2011. All Rights Reserved.