public class SchAgentQuota
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswAgentId |
private int |
wmQuota |
private int |
wmSeniority |
Constructor and Description |
---|
SchAgentQuota() |
SchAgentQuota(int gswAgentId,
int wmQuota,
int wmSeniority) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this SchAgentQuota.
|
int |
getWmQuota()
Gets the wmQuota value for this SchAgentQuota.
|
int |
getWmSeniority()
Gets the wmSeniority value for this SchAgentQuota.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchAgentQuota.
|
void |
setWmQuota(int wmQuota)
Sets the wmQuota value for this SchAgentQuota.
|
void |
setWmSeniority(int wmSeniority)
Sets the wmSeniority value for this SchAgentQuota.
|
private int gswAgentId
private int wmQuota
private int wmSeniority
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchAgentQuota()
public SchAgentQuota(int gswAgentId, int wmQuota, int wmSeniority)
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmQuota()
public void setWmQuota(int wmQuota)
wmQuota
- public int getWmSeniority()
public void setWmSeniority(int wmSeniority)
wmSeniority
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.