Interface ConfigStepMenu.DocumentItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.DocumentItem extends ConfigStepMenu.Item
A document menu item. XML tag: "document"
  • Method Details

    • getSource

      String getSource()
      The document source id. XML tag: "source"
      Returns:
      The document source id.
    • setSource

      void setSource(String source)
    • getID

      String getID()
      The id of the document. XML tag: "id"
      Returns:
      The id of the document.
    • setID

      void setID(String uuid)
    • getTitleKey

      String getTitleKey()
      A key used to find an alternative title for the menu item. If this is not specified the title of the document is used. XML tag: "titleKey"
      Returns:
      A key used to find an alternative title for the menu item.
    • setTitleKey

      void setTitleKey(String title)