|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.starface.integration.uci.java.v30.types.QueueSetting
@RpcValueObject public class QueueSetting
| 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 |
|---|
public QueueSetting()
| Method Detail |
|---|
public int getId()
getId()public int getAccountId()
getAccountId()public int getSize()
getSize()public int getMaxWaitingTime()
getMaxWaitingTime()public String getName()
getName()public void setName(String name)
name - The name to set.public void setId(int id)
id - The id to set.public void setAccountId(int accountId)
accountId - The accountId to set.public void setSize(int size)
size - The size to set.public void setMaxWaitingTime(int maxWaitingTime)
maxWaitingTime - The maxWaitingTime to set.public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||