public class FrcPeriodParameters
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
abandonTime
Time to abandon in seconds
|
private double |
dailyPaidHours
Dailu paid hours
|
private double |
end
Period end date
|
private int |
fixedAgents
Number of agents
|
private double |
fixedAHT
Constant Average Handle Time
|
private double |
serviceTime
Service time in seconds
|
private double |
start
Period start date
|
private double |
wage
Hourly wage
|
Constructor and Description |
---|
FrcPeriodParameters() |
FrcPeriodParameters(double start,
double end,
double serviceTime,
double abandonTime,
double dailyPaidHours,
double wage,
int fixedAgents,
double fixedAHT) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getAbandonTime()
Gets the abandonTime value for this FrcPeriodParameters.
|
double |
getDailyPaidHours()
Gets the dailyPaidHours value for this FrcPeriodParameters.
|
double |
getEnd()
Gets the end value for this FrcPeriodParameters.
|
int |
getFixedAgents()
Gets the fixedAgents value for this FrcPeriodParameters.
|
double |
getFixedAHT()
Gets the fixedAHT value for this FrcPeriodParameters.
|
double |
getServiceTime()
Gets the serviceTime value for this FrcPeriodParameters.
|
double |
getStart()
Gets the start value for this FrcPeriodParameters.
|
double |
getWage()
Gets the wage value for this FrcPeriodParameters.
|
int |
hashCode() |
void |
setAbandonTime(double abandonTime)
Sets the abandonTime value for this FrcPeriodParameters.
|
void |
setDailyPaidHours(double dailyPaidHours)
Sets the dailyPaidHours value for this FrcPeriodParameters.
|
void |
setEnd(double end)
Sets the end value for this FrcPeriodParameters.
|
void |
setFixedAgents(int fixedAgents)
Sets the fixedAgents value for this FrcPeriodParameters.
|
void |
setFixedAHT(double fixedAHT)
Sets the fixedAHT value for this FrcPeriodParameters.
|
void |
setServiceTime(double serviceTime)
Sets the serviceTime value for this FrcPeriodParameters.
|
void |
setStart(double start)
Sets the start value for this FrcPeriodParameters.
|
void |
setWage(double wage)
Sets the wage value for this FrcPeriodParameters.
|
private double start
private double end
private double serviceTime
private double abandonTime
private double dailyPaidHours
private double wage
private int fixedAgents
private double fixedAHT
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcPeriodParameters()
public FrcPeriodParameters(double start, double end, double serviceTime, double abandonTime, double dailyPaidHours, double wage, int fixedAgents, double fixedAHT)
public double getStart()
public void setStart(double start)
start
- Period start datepublic double getEnd()
public void setEnd(double end)
end
- Period end datepublic double getServiceTime()
public void setServiceTime(double serviceTime)
serviceTime
- Service time value in secondspublic double getAbandonTime()
public void setAbandonTime(double abandonTime)
abandonTime
- Time to abandon value in secondspublic double getDailyPaidHours()
public void setDailyPaidHours(double dailyPaidHours)
dailyPaidHours
- Paid hours a day valuepublic double getWage()
public void setWage(double wage)
wage
- Hourly wagepublic int getFixedAgents()
public void setFixedAgents(int fixedAgents)
fixedAgents
- Number of agentspublic double getFixedAHT()
public void setFixedAHT(double fixedAHT)
fixedAHT
- Constant AHT value in secondspublic 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.