Package 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
- Version:
- $Revision: 4402 $ $Date: 2006-09-14 10:04:51 -0300 (Thu, 14 Sep 2006) $
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description ColRequestConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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
-
-
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.
-
-