public class AvailableAgentsForDate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
availableAgents
Total available agents.
|
protected double |
date
Date.
|
private static long |
serialVersionUID |
protected double |
workingAgents
Number of available agents without assigned day off.
|
Constructor and Description |
---|
AvailableAgentsForDate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getAvailableAgents()
Gets the value of the availableAgents property.
|
double |
getDate()
Gets the value of the date property.
|
double |
getWorkingAgents()
Gets the value of the workingAgents property.
|
int |
hashCode() |
void |
setAvailableAgents(double value)
Sets the value of the availableAgents property.
|
void |
setDate(double value)
Sets the value of the date property.
|
void |
setWorkingAgents(double value)
Sets the value of the workingAgents property.
|
java.lang.String |
toString() |
AvailableAgentsForDate |
withAvailableAgents(double value) |
AvailableAgentsForDate |
withDate(double value) |
AvailableAgentsForDate |
withWorkingAgents(double value) |
private static final long serialVersionUID
protected double date
protected double availableAgents
protected double workingAgents
public double getDate()
public void setDate(double value)
public double getAvailableAgents()
public void setAvailableAgents(double value)
public double getWorkingAgents()
public void setWorkingAgents(double value)
public AvailableAgentsForDate withDate(double value)
public AvailableAgentsForDate withAvailableAgents(double value)
public AvailableAgentsForDate withWorkingAgents(double value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.