Package ru.kpekepsalt.ruvik.model
Class Conversation
- java.lang.Object
-
- ru.kpekepsalt.ruvik.model.Conversation
-
@Entity public class Conversation extends Object
-
-
Constructor Summary
Constructors Constructor Description Conversation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()StringgetOneTimeKey()LonggetReceiverId()LonggetSenderId()StringgetSessionKey()ConversationStatusgetStatus()voidsetId(Long id)voidsetOneTimeKey(String oneTImeKey)voidsetReceiverId(Long receiverId)voidsetSenderId(Long senderId)voidsetSessionKey(String sessionKey)voidsetStatus(ConversationStatus status)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getSessionKey
public String getSessionKey()
-
setSessionKey
public void setSessionKey(String sessionKey)
-
getReceiverId
public Long getReceiverId()
-
setReceiverId
public void setReceiverId(Long receiverId)
-
getSenderId
public Long getSenderId()
-
setSenderId
public void setSenderId(Long senderId)
-
getStatus
public ConversationStatus getStatus()
-
setStatus
public void setStatus(ConversationStatus status)
-
getOneTimeKey
public String getOneTimeKey()
-
setOneTimeKey
public void setOneTimeKey(String oneTImeKey)
-
-