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 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[]
      • 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
      • 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)