public class CfgTeamShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmAgentsNSizeIs
Number of agents in this Team
|
private java.lang.String |
wmName
Team Name
|
private int |
wmSiteId
Site ID--identifies
CfgSite object to which the Team belongs |
private int |
wmTeamId
Team ID
|
Constructor and Description |
---|
CfgTeamShort() |
CfgTeamShort(int wmTeamId,
int wmSiteId,
java.lang.String wmName,
int wmAgentsNSizeIs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmAgentsNSizeIs()
Gets the wmAgentsNSizeIs value for this CfgTeamShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgTeamShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgTeamShort.
|
int |
getWmTeamId()
Gets the wmTeamId value for this CfgTeamShort.
|
int |
hashCode() |
void |
setWmAgentsNSizeIs(int wmAgentsNSizeIs)
Sets the wmAgentsNSizeIs value for this CfgTeamShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgTeamShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgTeamShort.
|
void |
setWmTeamId(int wmTeamId)
Sets the wmTeamId value for this CfgTeamShort.
|
private int wmTeamId
private int wmSiteId
CfgSite
object to which the Team belongsprivate java.lang.String wmName
private int wmAgentsNSizeIs
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTeamShort()
public CfgTeamShort(int wmTeamId, int wmSiteId, java.lang.String wmName, int wmAgentsNSizeIs)
public int getWmTeamId()
public void setWmTeamId(int wmTeamId)
wmTeamId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmAgentsNSizeIs()
public void setWmAgentsNSizeIs(int wmAgentsNSizeIs)
wmAgentsNSizeIs
- 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.