Package com.sforce.soap.partner
Interface IDescribePathAssistantStep
- All Known Implementing Classes:
DescribePathAssistantStep
public interface IDescribePathAssistantStep
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : closed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : converted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField java type: com.sforce.soap.partner.DescribePathAssistantField[]getInfo()element : info of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSectionelement : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : picklistValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetWon()element : won of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisClosed()booleanbooleanisWon()voidsetClosed(boolean closed) voidsetConverted(boolean converted) voidsetFields(IDescribePathAssistantField[] fields) voidvoidsetLayoutSection(IDescribeLayoutSection layoutSection) voidsetPicklistLabel(String picklistLabel) voidsetPicklistValue(String picklistValue) voidsetWon(boolean won)
-
Method Details
-
getClosed
boolean getClosed()element : closed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isClosed
boolean isClosed() -
setClosed
void setClosed(boolean closed) -
getConverted
boolean getConverted()element : converted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isConverted
boolean isConverted() -
setConverted
void setConverted(boolean converted) -
getFields
IDescribePathAssistantField[] getFields()element : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField java type: com.sforce.soap.partner.DescribePathAssistantField[] -
setFields
-
getInfo
String getInfo()element : info of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setInfo
-
getLayoutSection
IDescribeLayoutSection getLayoutSection()element : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection -
setLayoutSection
-
getPicklistLabel
String getPicklistLabel()element : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setPicklistLabel
-
getPicklistValue
String getPicklistValue()element : picklistValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setPicklistValue
-
getWon
boolean getWon()element : won of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isWon
boolean isWon() -
setWon
void setWon(boolean won)
-