Class Bot
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.botmanager.common.bean.Bot
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class Bot extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static intBOT_DISABLEDstatic intBOT_ENABLED -
Constructor Summary
Constructors Constructor Description Bot() -
Method Summary
Modifier and Type Method Description BotTypegetBotType()intgetState()java.lang.StringgetToken()voidsetBotType(BotType botType)voidsetState(int state)voidsetToken(java.lang.String token)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
BOT_ENABLED
public static final int BOT_ENABLED- See Also:
- Constant Field Values
-
BOT_DISABLED
public static final int BOT_DISABLED- See Also:
- Constant Field Values
-
-
Constructor Details
-
Bot
public Bot()
-
-
Method Details
-
getToken
public java.lang.String getToken() -
setToken
public void setToken(java.lang.String token) -
getState
public int getState() -
setState
public void setState(int state) -
getBotType
-
setBotType
-