Class BotDialog
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.botmanager.common.bean.BotDialog
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Диалог с пользователем. (Представление одного окна)
Сущность, которая содержит в себе список #
BotDialogElement
Хранит ссылку на диалог, который до неё был и который будет после- 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Строка - имя объекта.boolean
void
setCommand
(String command) void
setDialogElements
(List<BotDialogElement> dialogElements) void
void
setOnlySignedUser
(boolean onlySignedUser) void
setProcessingClass
(String processingClass) 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
-
BotDialog
public BotDialog()
-
-
Method Details
-
getDialogElements
-
setDialogElements
-
getGroups
-
setGroups
-
getProcessingClass
-
setProcessingClass
-
isOnlySignedUser
public boolean isOnlySignedUser() -
setOnlySignedUser
public void setOnlySignedUser(boolean onlySignedUser) -
getCommand
-
setCommand
-
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Overrides:
getGuiTitle
in classIdTitle
- Returns:
- Строка - представление объекта.
-