public class CalData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CfgAgentShort[] |
agents
Agent related to Calendar item information array
|
private int |
agentsArraySize
Agent array size
|
private CalDataIndicator[] |
indicators
Contains dates for which Calendar items exist
|
private int |
indicatorsArraySize
Indicator array size
|
private CalItemInformation[] |
information
Calendar item information array contains items from requested period and target (site, team(s), agent(s))
|
private int |
informationArraySize
Calendar item information array size
|
private CfgTeamShort[] |
teams
Team related to Calendar item information array
|
private int |
teamsArraySize
Team array size
|
Constructor and Description |
---|
CalData() |
CalData(int informationArraySize,
CalItemInformation[] information,
int indicatorsArraySize,
CalDataIndicator[] indicators,
int agentsArraySize,
CfgAgentShort[] agents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CfgAgentShort[] |
getAgents()
Gets the agents value for this CalData.
|
int |
getAgentsArraySize()
Gets the agentsArraySize value for this CalData.
|
CalDataIndicator[] |
getIndicators()
Gets the indicators value for this CalData.
|
int |
getIndicatorsArraySize()
Gets the indicatorsArraySize value for this CalData.
|
CalItemInformation[] |
getInformation()
Gets the information value for this CalData.
|
int |
getInformationArraySize()
Gets the informationArraySize value for this CalData.
|
CfgTeamShort[] |
getTeams()
Gets the teams value for this CalData.
|
int |
getTeamsArraySize()
Gets the teamsArraySize value for this CalData.
|
int |
hashCode() |
void |
setAgents(CfgAgentShort[] agents)
Sets the agents value for this CalData.
|
void |
setAgentsArraySize(int agentsArraySize)
Sets the agentsArraySize value for this CalData.
|
void |
setIndicators(CalDataIndicator[] indicators)
Sets the indicators value for this CalData.
|
void |
setIndicatorsArraySize(int indicatorsArraySize)
Sets the indicatorsArraySize value for this CalData.
|
void |
setInformation(CalItemInformation[] information)
Sets the information value for this CalData.
|
void |
setInformationArraySize(int informationArraySize)
Sets the informationArraySize value for this CalData.
|
void |
setTeams(CfgTeamShort[] teams)
Sets the teams value for this CalData.
|
void |
setTeamsArraySize(int teamsArraySize)
Sets the teamsArraySize value for this CalData.
|
private int informationArraySize
private CalItemInformation[] information
private int indicatorsArraySize
private CalDataIndicator[] indicators
private int agentsArraySize
private CfgAgentShort[] agents
private int teamsArraySize
private CfgTeamShort[] teams
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalData()
public CalData(int informationArraySize, CalItemInformation[] information, int indicatorsArraySize, CalDataIndicator[] indicators, int agentsArraySize, CfgAgentShort[] agents)
public int getInformationArraySize()
public void setInformationArraySize(int informationArraySize)
informationArraySize
- Calendar items information array sizepublic CalItemInformation[] getInformation()
public void setInformation(CalItemInformation[] information)
information
- Calendar items informationpublic int getIndicatorsArraySize()
public void setIndicatorsArraySize(int indicatorsArraySize)
indicatorsArraySize
- Indicator array sizepublic CalDataIndicator[] getIndicators()
public void setIndicators(CalDataIndicator[] indicators)
indicators
- Data indicatorspublic int getAgentsArraySize()
public void setAgentsArraySize(int agentsArraySize)
agentsArraySize
- Agent array sizepublic CfgAgentShort[] getAgents()
public void setAgents(CfgAgentShort[] agents)
agents
- Agents' information (names, ids)public int getTeamsArraySize()
public void setTeamsArraySize(int teamsArraySize)
teamsArraySize
- Team array sizepublic CfgTeamShort[] getTeams()
public void setTeams(CfgTeamShort[] teams)
teams
- Teams' information (names, ids)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.