lumis.service.callcenteronline
Class ColRequestConfig

Package class diagram package ColRequestConfig
java.lang.Object
  extended by lumis.service.callcenteronline.ColRequestConfig

public class ColRequestConfig
extends Object

Represents a Request Object

Since:
4.0.5

Field Summary
protected  String attendantId
           
protected  Date attendedTime
           
protected  String chatConversationId
           
protected  String clientId
           
protected  String firstMessage
           
protected  String id
           
static int REQUEST_ACTIVE
           
static int REQUEST_BEING_TRANSFERRED
           
static int REQUEST_CLOSED
           
static int REQUEST_WAITING
           
protected  Date requestTime
           
protected  int state
           
 
Constructor Summary
ColRequestConfig()
           
 
Method Summary
 String getAttendantId()
           
 Date getAttendedTime()
           
 String getChatConversationId()
           
 String getClientId()
           
 String getFirstMessage()
           
 String getId()
           
 Date getRequestTime()
           
 int getState()
           
 void setAttendantId(String attendantId)
           
 void setAttendedTime(Date attendedTime)
           
 void setChatConversationId(String chatConversationId)
           
 void setClientId(String clientId)
           
 void setFirstMessage(String firstMessage)
           
 void setId(String id)
           
 void setRequestTime(Date requestTime)
           
 void setState(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ColRequestConfig

public ColRequestConfig()
Method Detail

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.