public class CalLimitData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
actualAgentArraySize
Actual Agent array size
|
private double |
actualAgents
Number of Actual agents with Time Off on date
|
private double[] |
actualAgentsArray
Array of actual agent with Time Off for each timestep for date
|
private double |
date
Date
|
private int |
maxAgentArraySize
Maximum Agent limit array size
|
private double |
maxAgents
Maximum agent limit for date
|
private double[] |
maxAgentsArray
Array of maximum agent limit for each timestep for date
|
private double |
maxPercentage
Maximum agent percentage limit for date
|
private double[] |
maxPercentageArray
Array of maximum agent percentage limit for each timestep for date
|
private int |
maxPercentageArraySize
Percentage limit array size
|
private double |
totalAgents
Total number of agents
|
Constructor and Description |
---|
CalLimitData() |
CalLimitData(double date,
double maxAgents,
double maxPercentage,
double actualAgents,
double totalAgents,
int maxPercentageArraySize,
double[] maxPercentageArray,
int maxAgentArraySize,
double[] maxAgentsArray,
int actualAgentArraySize,
double[] actualAgentsArray) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActualAgentArraySize()
Gets the actualAgentArraySize value for this CalLimitData.
|
double |
getActualAgents()
Gets the actualAgents value for this CalLimitData.
|
double[] |
getActualAgentsArray()
Gets the actualAgentsArray value for this CalLimitData.
|
double |
getDate()
Gets the date value for this CalLimitData.
|
int |
getMaxAgentArraySize()
Gets the maxAgentArraySize value for this CalLimitData.
|
double |
getMaxAgents()
Gets the maxAgents value for this CalLimitData.
|
double[] |
getMaxAgentsArray()
Gets the maxAgentsArray value for this CalLimitData.
|
double |
getMaxPercentage()
Gets the maxPercentage value for this CalLimitData.
|
double[] |
getMaxPercentageArray()
Gets the maxPercentageArray value for this CalLimitData.
|
int |
getMaxPercentageArraySize()
Gets the maxPercentageArraySize value for this CalLimitData.
|
double |
getTotalAgents()
Gets the totalAgents value for this CalLimitData.
|
int |
hashCode() |
void |
setActualAgentArraySize(int actualAgentArraySize)
Sets the actualAgentArraySize value for this CalLimitData.
|
void |
setActualAgents(double actualAgents)
Sets the actualAgents value for this CalLimitData.
|
void |
setActualAgentsArray(double[] actualAgentsArray)
Sets the actualAgentsArray value for this CalLimitData.
|
void |
setDate(double date)
Sets the date value for this CalLimitData.
|
void |
setMaxAgentArraySize(int maxAgentArraySize)
Sets the maxAgentArraySize value for this CalLimitData.
|
void |
setMaxAgents(double maxAgents)
Sets the maxAgents value for this CalLimitData.
|
void |
setMaxAgentsArray(double[] maxAgentsArray)
Sets the maxAgentsArray value for this CalLimitData.
|
void |
setMaxPercentage(double maxPercentage)
Sets the maxPercentage value for this CalLimitData.
|
void |
setMaxPercentageArray(double[] maxPercentageArray)
Sets the maxPercentageArray value for this CalLimitData.
|
void |
setMaxPercentageArraySize(int maxPercentageArraySize)
Sets the maxPercentageArraySize value for this CalLimitData.
|
void |
setTotalAgents(double totalAgents)
Sets the totalAgents value for this CalLimitData.
|
private double date
private double maxAgents
private double maxPercentage
private double actualAgents
private double totalAgents
private int maxPercentageArraySize
private double[] maxPercentageArray
private int maxAgentArraySize
private double[] maxAgentsArray
private int actualAgentArraySize
private double[] actualAgentsArray
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalLimitData()
public CalLimitData(double date, double maxAgents, double maxPercentage, double actualAgents, double totalAgents, int maxPercentageArraySize, double[] maxPercentageArray, int maxAgentArraySize, double[] maxAgentsArray, int actualAgentArraySize, double[] actualAgentsArray)
public double getDate()
public void setDate(double date)
date
- public double getMaxAgents()
public void setMaxAgents(double maxAgents)
maxAgents
- public double getMaxPercentage()
public void setMaxPercentage(double maxPercentage)
maxPercentage
- public double getActualAgents()
public void setActualAgents(double actualAgents)
actualAgents
- public double getTotalAgents()
public void setTotalAgents(double totalAgents)
totalAgents
- public int getMaxPercentageArraySize()
public void setMaxPercentageArraySize(int maxPercentageArraySize)
maxPercentageArraySize
- public double[] getMaxPercentageArray()
public void setMaxPercentageArray(double[] maxPercentageArray)
maxPercentageArray
- public int getMaxAgentArraySize()
public void setMaxAgentArraySize(int maxAgentArraySize)
maxAgentArraySize
- public double[] getMaxAgentsArray()
public void setMaxAgentsArray(double[] maxAgentsArray)
maxAgentsArray
- public int getActualAgentArraySize()
public void setActualAgentArraySize(int actualAgentArraySize)
actualAgentArraySize
- public double[] getActualAgentsArray()
public void setActualAgentsArray(double[] actualAgentsArray)
actualAgentsArray
- 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.