Class StatisticNote
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.botmanager.common.bean.StatisticNote
- All Implemented Interfaces:
java.io.Serializable,Idable
public class StatisticNote extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StatisticNote()StatisticNote(int botId, int contractId, long messengerUserId) -
Method Summary
Modifier and Type Method Description intgetBotId()java.lang.StringgetComment()intgetContractId()java.util.DategetLastMessageTime()intgetLastViewedDialogId()longgetMessengerUserId()voidsetBotId(int botId)voidsetComment(java.lang.String comment)voidsetContractId(int contractId)voidsetLastMessageTime(java.util.Date lastMessageTime)voidsetLastViewedDialogId(int lastViewedDialogId)voidsetMessengerUserId(long messengerUserId)Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
StatisticNote
public StatisticNote() -
StatisticNote
public StatisticNote(int botId, int contractId, long messengerUserId)
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getLastMessageTime
public java.util.Date getLastMessageTime() -
setLastMessageTime
public void setLastMessageTime(java.util.Date lastMessageTime) -
getBotId
public int getBotId() -
setBotId
public void setBotId(int botId) -
getMessengerUserId
public long getMessengerUserId() -
setMessengerUserId
public void setMessengerUserId(long messengerUserId) -
getLastViewedDialogId
public int getLastViewedDialogId() -
setLastViewedDialogId
public void setLastViewedDialogId(int lastViewedDialogId) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-