Class BotDialogElement
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.botmanager.common.bean.BotDialogElement
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Описание элемента диалога, будь то кнопка, просто текст, или отформотированный текст, или ещё что то
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionСтрока - имя объекта.org.json.JSONObject
int
void
setConfigElement
(String configElement) void
setDialogIds
(Set<Integer> dialogIds) void
setElementType
(BotDialogElementType elementType) void
setSortPosition
(int sortPosition) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
BotDialogElement
public BotDialogElement()
-
-
Method Details
-
getElementType
-
setElementType
-
getDialogIds
-
setDialogIds
-
getConfigElement
-
setConfigElement
-
getJSONConfig
public org.json.JSONObject getJSONConfig() -
getSortPosition
public int getSortPosition() -
setSortPosition
public void setSortPosition(int sortPosition) -
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Overrides:
getGuiTitle
in classIdTitle
- Returns:
- Строка - представление объекта.
-