public class AdhTotals
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
Agent ID, identifies
CfgAgent object |
private int |
wmActualWorkDuration
Total actual work duration in seconds.
|
private double |
wmEndDate
Totals period end date.
|
private int |
wmNonAdherenceDuration
Total non-adherence state duration in seconds.
|
private int |
wmOutOfScheduleNonAdherenceDuration
Total out-of-schedule non-adherence state duration in seconds.
|
private int |
wmScheduleDuration
Total schedule duration in seconds.
|
private int |
wmSiteId
Site ID, identifies
CfgSite object |
private double |
wmStartDate
Totals period start date.
|
Constructor and Description |
---|
AdhTotals() |
AdhTotals(int wmSiteId,
int gswAgentId,
double wmStartDate,
double wmEndDate,
int wmNonAdherenceDuration,
int wmOutOfScheduleNonAdherenceDuration,
int wmScheduleDuration,
int wmActualWorkDuration) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this AdhTotals.
|
int |
getWmActualWorkDuration()
Gets the wmActualWorkDuration value for this AdhTotals.
|
double |
getWmEndDate()
Gets the wmEndDate value for this AdhTotals.
|
int |
getWmNonAdherenceDuration()
Gets the wmNonAdherenceDuration value for this AdhTotals.
|
int |
getWmOutOfScheduleNonAdherenceDuration()
Gets the wmOutOfScheduleNonAdherenceDuration value for this AdhTotals.
|
int |
getWmScheduleDuration()
Gets the wmScheduleDuration value for this AdhTotals.
|
int |
getWmSiteId()
Gets the wmSiteId value for this AdhTotals.
|
double |
getWmStartDate()
Gets the wmStartDate value for this AdhTotals.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this AdhTotals.
|
void |
setWmActualWorkDuration(int wmActualWorkDuration)
Sets the wmActualWorkDuration value for this AdhTotals.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this AdhTotals.
|
void |
setWmNonAdherenceDuration(int wmNonAdherenceDuration)
Sets the wmNonAdherenceDuration value for this AdhTotals.
|
void |
setWmOutOfScheduleNonAdherenceDuration(int wmOutOfScheduleNonAdherenceDuration)
Sets the wmOutOfScheduleNonAdherenceDuration value for this AdhTotals.
|
void |
setWmScheduleDuration(int wmScheduleDuration)
Sets the wmScheduleDuration value for this AdhTotals.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this AdhTotals.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this AdhTotals.
|
private int wmSiteId
CfgSite
objectprivate int gswAgentId
CfgAgent
objectprivate double wmStartDate
OleDateTime
private double wmEndDate
OleDateTime
private int wmNonAdherenceDuration
private int wmOutOfScheduleNonAdherenceDuration
private int wmScheduleDuration
private int wmActualWorkDuration
public AdhTotals()
public AdhTotals(int wmSiteId, int gswAgentId, double wmStartDate, double wmEndDate, int wmNonAdherenceDuration, int wmOutOfScheduleNonAdherenceDuration, int wmScheduleDuration, int wmActualWorkDuration)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public double getWmStartDate()
public void setWmStartDate(double wmStartDate)
wmStartDate
- public double getWmEndDate()
public void setWmEndDate(double wmEndDate)
wmEndDate
- public int getWmNonAdherenceDuration()
public void setWmNonAdherenceDuration(int wmNonAdherenceDuration)
wmNonAdherenceDuration
- public int getWmOutOfScheduleNonAdherenceDuration()
public void setWmOutOfScheduleNonAdherenceDuration(int wmOutOfScheduleNonAdherenceDuration)
wmOutOfScheduleNonAdherenceDuration
- public int getWmScheduleDuration()
public void setWmScheduleDuration(int wmScheduleDuration)
wmScheduleDuration
- public int getWmActualWorkDuration()
public void setWmActualWorkDuration(int wmActualWorkDuration)
wmActualWorkDuration
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.