public class SchSiteAgents
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int[] |
agentIDArray |
private int |
agentIDArrayNSizeIs |
private int |
siteID |
private int[] |
teamIDArray |
private int |
teamIDArrayNSizeIs |
Constructor and Description |
---|
SchSiteAgents() |
SchSiteAgents(int siteID,
int teamIDArrayNSizeIs,
int[] teamIDArray,
int agentIDArrayNSizeIs,
int[] agentIDArray) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getAgentIDArray()
Gets the agentIDArray value for this SchSiteAgents.
|
int |
getAgentIDArrayNSizeIs()
Gets the agentIDArrayNSizeIs value for this SchSiteAgents.
|
int |
getSiteID()
Gets the siteID value for this SchSiteAgents.
|
int[] |
getTeamIDArray()
Gets the teamIDArray value for this SchSiteAgents.
|
int |
getTeamIDArrayNSizeIs()
Gets the teamIDArrayNSizeIs value for this SchSiteAgents.
|
int |
hashCode() |
void |
setAgentIDArray(int[] agentIDArray)
Sets the agentIDArray value for this SchSiteAgents.
|
void |
setAgentIDArrayNSizeIs(int agentIDArrayNSizeIs)
Sets the agentIDArrayNSizeIs value for this SchSiteAgents.
|
void |
setSiteID(int siteID)
Sets the siteID value for this SchSiteAgents.
|
void |
setTeamIDArray(int[] teamIDArray)
Sets the teamIDArray value for this SchSiteAgents.
|
void |
setTeamIDArrayNSizeIs(int teamIDArrayNSizeIs)
Sets the teamIDArrayNSizeIs value for this SchSiteAgents.
|
private int siteID
private int teamIDArrayNSizeIs
private int[] teamIDArray
private int agentIDArrayNSizeIs
private int[] agentIDArray
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchSiteAgents()
public SchSiteAgents(int siteID, int teamIDArrayNSizeIs, int[] teamIDArray, int agentIDArrayNSizeIs, int[] agentIDArray)
public int getSiteID()
public void setSiteID(int siteID)
siteID
- public int getTeamIDArrayNSizeIs()
public void setTeamIDArrayNSizeIs(int teamIDArrayNSizeIs)
teamIDArrayNSizeIs
- public int[] getTeamIDArray()
public void setTeamIDArray(int[] teamIDArray)
teamIDArray
- public int getAgentIDArrayNSizeIs()
public void setAgentIDArrayNSizeIs(int agentIDArrayNSizeIs)
agentIDArrayNSizeIs
- public int[] getAgentIDArray()
public void setAgentIDArray(int[] agentIDArray)
agentIDArray
- 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.