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 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

      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)