lumis.service.callcenteronline
Class ColRequestConfig
java.lang.Object
lumis.service.callcenteronline.ColRequestConfig
public class ColRequestConfig
- extends Object
Represents a Request Object
- Since:
- 4.0.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_WAITING
public static final int REQUEST_WAITING
- See Also:
- Constant Field Values
REQUEST_ACTIVE
public static final int REQUEST_ACTIVE
- See Also:
- Constant Field Values
REQUEST_BEING_TRANSFERRED
public static final int REQUEST_BEING_TRANSFERRED
- See Also:
- Constant Field Values
REQUEST_CLOSED
public static final int REQUEST_CLOSED
- See Also:
- Constant Field Values
id
protected String id
firstMessage
protected String firstMessage
clientId
protected String clientId
attendantId
protected String attendantId
state
protected int state
chatConversationId
protected String chatConversationId
requestTime
protected Date requestTime
attendedTime
protected Date attendedTime
ColRequestConfig
public ColRequestConfig()
getAttendedTime
public Date getAttendedTime()
- Returns:
- Returns the attendedTime.
setAttendedTime
public void setAttendedTime(Date attendedTime)
- Parameters:
attendedTime
- The attendedTime to set.
getChatConversationId
public String getChatConversationId()
- Returns:
- Returns the chatConversationId.
setChatConversationId
public void setChatConversationId(String chatConversationId)
- Parameters:
chatConversationId
- The chatConversationId to set.
getClientId
public String getClientId()
- Returns:
- Returns the clientId.
setClientId
public void setClientId(String clientId)
- Parameters:
clientId
- The clientId to set.
getFirstMessage
public String getFirstMessage()
- Returns:
- Returns the firstMessage.
setFirstMessage
public void setFirstMessage(String firstMessage)
- Parameters:
firstMessage
- The firstMessage to set.
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
getRequestTime
public Date getRequestTime()
- Returns:
- Returns the requestedTime.
setRequestTime
public void setRequestTime(Date requestTime)
- Parameters:
requestedTime
- The requestedTime to set.
getState
public int getState()
- Returns:
- Returns the state.
setState
public void setState(int state)
- Parameters:
state
- The state to set.
getAttendantId
public String getAttendantId()
- Returns:
- Returns the attendantId.
setAttendantId
public void setAttendantId(String attendantId)
- Parameters:
attendantId
- The attendantId to set.
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.