public class SchAgentTotals
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswAgentId
Agent ID.
|
private double |
wmEndDate
End date of period for calculated totals
OleDateTime |
private int |
wmOvertimeMinutes
Total Overtime Time in minutes (if requested)
|
private int |
wmPaidMinutes
Total Paid Time in minutes
|
private double |
wmStartDate
Start date of period for calculated totals
OleDateTime |
private int |
wmStateId
Schedule State ID
|
private int |
wmStateMinutes
Total minutes on specified schedule state, designated by wmStateType + wmStateId
|
private int |
wmStateType
Schedule State Type
ESchStateType , which calculated totals are
stored in "wmStateMinutes". |
private int |
wmType
Totals granularity
ESchTotalsType |
private int |
wmWorkMinutes
Total Effective Work Time in minutes
|
Constructor and Description |
---|
SchAgentTotals() |
SchAgentTotals(int gswAgentId,
int wmType,
double wmStartDate,
double wmEndDate,
int wmStateType,
int wmStateId,
int wmPaidMinutes,
int wmWorkMinutes,
int wmStateMinutes,
int wmOvertimeMinutes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this SchAgentTotals.
|
double |
getWmEndDate()
Gets the wmEndDate value for this SchAgentTotals.
|
int |
getWmOvertimeMinutes()
Gets the wmOvertimeMinutes value for this SchAgentTotals.
|
int |
getWmPaidMinutes()
Gets the wmPaidMinutes value for this SchAgentTotals.
|
double |
getWmStartDate()
Gets the wmStartDate value for this SchAgentTotals.
|
int |
getWmStateId()
Gets the wmStateId value for this SchAgentTotals.
|
int |
getWmStateMinutes()
Gets the wmStateMinutes value for this SchAgentTotals.
|
int |
getWmStateType()
Gets the wmStateType value for this SchAgentTotals.
|
int |
getWmType()
Gets the wmType value for this SchAgentTotals.
|
int |
getWmWorkMinutes()
Gets the wmWorkMinutes value for this SchAgentTotals.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchAgentTotals.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this SchAgentTotals.
|
void |
setWmOvertimeMinutes(int wmOvertimeMinutes)
Sets the wmOvertimeMinutes value for this SchAgentTotals.
|
void |
setWmPaidMinutes(int wmPaidMinutes)
Sets the wmPaidMinutes value for this SchAgentTotals.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this SchAgentTotals.
|
void |
setWmStateId(int wmStateId)
Sets the wmStateId value for this SchAgentTotals.
|
void |
setWmStateMinutes(int wmStateMinutes)
Sets the wmStateMinutes value for this SchAgentTotals.
|
void |
setWmStateType(int wmStateType)
Sets the wmStateType value for this SchAgentTotals.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchAgentTotals.
|
void |
setWmWorkMinutes(int wmWorkMinutes)
Sets the wmWorkMinutes value for this SchAgentTotals.
|
private int gswAgentId
private int wmType
ESchTotalsType
private double wmStartDate
OleDateTime
private double wmEndDate
OleDateTime
private int wmPaidMinutes
private int wmWorkMinutes
private int wmOvertimeMinutes
private int wmStateType
ESchStateType
, which calculated totals are
stored in "wmStateMinutes".private int wmStateId
private int wmStateMinutes
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchAgentTotals()
public SchAgentTotals(int gswAgentId, int wmType, double wmStartDate, double wmEndDate, int wmStateType, int wmStateId, int wmPaidMinutes, int wmWorkMinutes, int wmStateMinutes, int wmOvertimeMinutes)
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmType()
public void setWmType(int wmType)
wmType
- public double getWmStartDate()
public void setWmStartDate(double wmStartDate)
wmStartDate
- public double getWmEndDate()
public void setWmEndDate(double wmEndDate)
wmEndDate
- public int getWmStateType()
public void setWmStateType(int wmStateType)
wmStateType
- public int getWmStateId()
public void setWmStateId(int wmStateId)
wmStateId
- public int getWmPaidMinutes()
public void setWmPaidMinutes(int wmPaidMinutes)
wmPaidMinutes
- public int getWmWorkMinutes()
public void setWmWorkMinutes(int wmWorkMinutes)
wmWorkMinutes
- public int getWmStateMinutes()
public void setWmStateMinutes(int wmStateMinutes)
wmStateMinutes
- public int getWmOvertimeMinutes()
public void setWmOvertimeMinutes(int wmOvertimeMinutes)
wmOvertimeMinutes
- 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.