public interface IDescribePathAssistantStep
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosed()
element : closed of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getConverted()
element : converted of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
IDescribePathAssistantField[] |
getFields()
element : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField
java type: com.sforce.soap.partner.DescribePathAssistantField[]
|
java.lang.String |
getInfo()
element : info of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeLayoutSection |
getLayoutSection()
element : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
java.lang.String |
getPicklistLabel()
element : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getPicklistValue()
element : picklistValue of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getWon()
element : won of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isClosed() |
boolean |
isConverted() |
boolean |
isWon() |
void |
setClosed(boolean closed) |
void |
setConverted(boolean converted) |
void |
setFields(IDescribePathAssistantField[] fields) |
void |
setInfo(java.lang.String info) |
void |
setLayoutSection(IDescribeLayoutSection layoutSection) |
void |
setPicklistLabel(java.lang.String picklistLabel) |
void |
setPicklistValue(java.lang.String picklistValue) |
void |
setWon(boolean won) |
boolean getClosed()
boolean isClosed()
void setClosed(boolean closed)
boolean getConverted()
boolean isConverted()
void setConverted(boolean converted)
IDescribePathAssistantField[] getFields()
void setFields(IDescribePathAssistantField[] fields)
java.lang.String getInfo()
void setInfo(java.lang.String info)
IDescribeLayoutSection getLayoutSection()
void setLayoutSection(IDescribeLayoutSection layoutSection)
java.lang.String getPicklistLabel()
void setPicklistLabel(java.lang.String picklistLabel)
java.lang.String getPicklistValue()
void setPicklistValue(java.lang.String picklistValue)
boolean getWon()
boolean isWon()
void setWon(boolean won)
Copyright © 2020. All Rights Reserved.