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

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

@RpcValueObject
public class QueueSetting
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
QueueSetting()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getAccountId()
          Returns the accountid of this queue(group)
 int getId()
          Returns the unique id of this queue
 int getMaxWaitingTime()
          Returns the maximum waiting time until a caller will get kicked out of the queue
 String getName()
          Returns the Name of the Queue Group
 int getSize()
          Returns the maximum amount of callers in the queue
 int hashCode()
           
 void setAccountId(int accountId)
           
 void setId(int id)
           
 void setMaxWaitingTime(int maxWaitingTime)
           
 void setName(String name)
          Sets the name of the queue
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueSetting

public QueueSetting()
Method Detail

getId

public int getId()
Returns the unique id of this queue

See Also:
getId()

getAccountId

public int getAccountId()
Returns the accountid of this queue(group)

See Also:
getAccountId()

getSize

public int getSize()
Returns the maximum amount of callers in the queue

See Also:
getSize()

getMaxWaitingTime

public int getMaxWaitingTime()
Returns the maximum waiting time until a caller will get kicked out of the queue

See Also:
getMaxWaitingTime()

getName

public String getName()
Returns the Name of the Queue Group

See Also:
getName()

setName

public void setName(String name)
Sets the name of the queue

Parameters:
name - The name to set.

setId

public void setId(int id)
Parameters:
id - The id to set.

setAccountId

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

setSize

public void setSize(int size)
Parameters:
size - The size to set.

setMaxWaitingTime

public void setMaxWaitingTime(int maxWaitingTime)
Parameters:
maxWaitingTime - The maxWaitingTime to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2012 STARFACE GmbH. All rights reserved.