Interface ISearchRecordMetadata

All Known Implementing Classes:
SearchRecordMetadata

public interface ISearchRecordMetadata
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 Type
    Method
    Description
    boolean
    element : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    boolean
     
    void
    setSearchPromoted(boolean searchPromoted)
     
    void
    setSpellCorrected(boolean spellCorrected)
     
  • Method Details

    • getSearchPromoted

      boolean getSearchPromoted()
      element : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isSearchPromoted

      boolean isSearchPromoted()
    • setSearchPromoted

      void setSearchPromoted(boolean searchPromoted)
    • getSpellCorrected

      boolean getSpellCorrected()
      element : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isSpellCorrected

      boolean isSpellCorrected()
    • setSpellCorrected

      void setSpellCorrected(boolean spellCorrected)