de.starface.integration.uci.java.v30.types
Class QueueAgentState

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.UserState
      extended by de.starface.integration.uci.java.v30.types.QueueAgentState
All Implemented Interfaces:
Serializable

@RpcValueObject
public class QueueAgentState
extends UserState
implements Serializable

Represents the state of an agent.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.starface.integration.uci.java.v30.types.UserState
avatarHash, chatPresence, chatPresenceMessage, doNotDisturbSetting, redirectAlwaysActive, telephonyState
 
Constructor Summary
QueueAgentState()
           
QueueAgentState(int accountId, int qAccountId, boolean loggedIn, String name, UserState userState)
           
 
Method Summary
 int getAccountId()
           
 String getName()
           
 int getQueueAccountId()
           
 boolean isLoggedIn()
           
 void setAccountId(int accountId)
           
 void setLoggedIn(boolean loggedIn)
           
 void setName(String name)
           
 void setQueueAccountId(int qAccountId)
           
 
Methods inherited from class de.starface.integration.uci.java.v30.types.UserState
equals, getAvatarHash, getChatPresence, getChatPresenceMessage, getTelephonyState, hashCode, isDoNotDisturbSetting, isRedirectAlwaysActive, setAvatarHash, setChatPresence, setChatPresenceMessage, setDoNotDisturbSetting, setRedirectAlwaysActive, setTelephonyState, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueAgentState

public QueueAgentState()

QueueAgentState

public QueueAgentState(int accountId,
                       int qAccountId,
                       boolean loggedIn,
                       String name,
                       UserState userState)
Method Detail

getAccountId

public int getAccountId()
Returns:
Returns the accountId.

setAccountId

public void setAccountId(int accountId)
Parameters:
accountId - The accountId to set.

getQueueAccountId

public int getQueueAccountId()
Returns:
Returns the qAccountId.

setQueueAccountId

public void setQueueAccountId(int qAccountId)
Parameters:
qAccountId - The qAccountId to set.

isLoggedIn

public boolean isLoggedIn()
Returns:
Returns the loggedIn.

setLoggedIn

public void setLoggedIn(boolean loggedIn)
Parameters:
loggedIn - The loggedIn to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.


Copyright © 2012 STARFACE GmbH. All rights reserved.