Interface ConfigStepMenu.DocumentItem
- All Superinterfaces:
ConfigStepMenu.Item
- Enclosing interface:
- ConfigStepMenu
A document menu item.
XML tag: "document"
-
Method Summary
-
Method Details
-
getSource
String getSource()The document source id. XML tag: "source"- Returns:
- The document source id.
-
setSource
-
getID
String getID()The id of the document. XML tag: "id"- Returns:
- The id of the document.
-
setID
-
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
-