Package com.sforce.soap.partner
Interface IDescribePathAssistantStep
-
- All Known Implementing Classes:
DescribePathAssistantStep
public interface IDescribePathAssistantStepThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetClosed()element : closed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetConverted()element : converted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanIDescribePathAssistantField[]getFields()element : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField java type: com.sforce.soap.partner.DescribePathAssistantField[]StringgetInfo()element : info of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeLayoutSectiongetLayoutSection()element : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSectionStringgetPicklistLabel()element : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPicklistValue()element : 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()booleanisConverted()booleanisWon()voidsetClosed(boolean closed)voidsetConverted(boolean converted)voidsetFields(IDescribePathAssistantField[] fields)voidsetInfo(String info)voidsetLayoutSection(IDescribeLayoutSection layoutSection)voidsetPicklistLabel(String picklistLabel)voidsetPicklistValue(String picklistValue)voidsetWon(boolean won)
-
-
-
Method Detail
-
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
void setFields(IDescribePathAssistantField[] fields)
-
getInfo
String getInfo()
element : info of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setInfo
void setInfo(String info)
-
getLayoutSection
IDescribeLayoutSection getLayoutSection()
element : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection
-
setLayoutSection
void setLayoutSection(IDescribeLayoutSection layoutSection)
-
getPicklistLabel
String getPicklistLabel()
element : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setPicklistLabel
void setPicklistLabel(String picklistLabel)
-
getPicklistValue
String getPicklistValue()
element : picklistValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setPicklistValue
void setPicklistValue(String picklistValue)
-
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)
-
-