lumis.collaboration.chat
Class ChatUserConfig
java.lang.Object
lumis.collaboration.chat.ChatUserConfig
public class ChatUserConfig
- extends Object
Object that represents a chat user
- Since:
- 4.0.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHAT_USER_STATE_INACTIVE
public static final int CHAT_USER_STATE_INACTIVE
- See Also:
- Constant Field Values
CHAT_USER_STATE_ACTIVE
public static final int CHAT_USER_STATE_ACTIVE
- See Also:
- Constant Field Values
id
protected String id
name
protected String name
userSessionId
protected String userSessionId
userId
protected String userId
conversationId
protected String conversationId
state
protected int state
lastAccessDate
protected Date lastAccessDate
blocked
protected boolean blocked
ChatUserConfig
public ChatUserConfig()
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
getState
public int getState()
- Returns:
- Returns the state.
setState
public void setState(int state)
- Parameters:
state
- The state to set.
getUserSessionId
public String getUserSessionId()
- Returns:
- Returns the userSessionId.
setUserSessionId
public void setUserSessionId(String userSessionId)
- Parameters:
userSessionId
- The userSessionId to set.
getUserId
public String getUserId()
- Returns:
- Returns the userId.
setUserId
public void setUserId(String userId)
- Parameters:
userId
- The userId to set.
getConversationId
public String getConversationId()
- Returns:
- Returns the conversatinoId.
setConversationId
public void setConversationId(String conversatinoId)
- Parameters:
conversatinoId
- The conversatinoId to set.
getLastAccessDate
public Date getLastAccessDate()
- Returns:
- Returns the lastAccessDate.
setLastAccessDate
public void setLastAccessDate(Date lastAccessDate)
- Parameters:
lastAccessDate
- The lastAccessDate to set.
isBlocked
public boolean isBlocked()
setBlocked
public void setBlocked(boolean blocked)
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.