public class AdhTotals
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID, identifies
CfgAgent object |
private static long |
serialVersionUID |
protected int |
wmActualWorkDuration
Total actual work duration in seconds.
|
protected double |
wmEndDate
Totals period end date.
|
protected int |
wmNonAdherenceDuration
Total non-adherence state duration in seconds.
|
protected int |
wmOutOfScheduleNonAdherenceDuration
Total out-of-schedule non-adherence state duration in seconds.
|
protected int |
wmScheduleDuration
Total schedule duration in seconds.
|
protected int |
wmSiteId
Site ID, identifies
CfgSite object |
protected double |
wmStartDate
Totals period start date.
|
protected int |
wmTeamId
Team ID, identifies
CfgTeam object |
Constructor and Description |
---|
AdhTotals() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getWmActualWorkDuration()
Gets the value of the wmActualWorkDuration property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
int |
getWmNonAdherenceDuration()
Gets the value of the wmNonAdherenceDuration property.
|
int |
getWmOutOfScheduleNonAdherenceDuration()
Gets the value of the wmOutOfScheduleNonAdherenceDuration property.
|
int |
getWmScheduleDuration()
Gets the value of the wmScheduleDuration property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmActualWorkDuration(int value)
Sets the value of the wmActualWorkDuration property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmNonAdherenceDuration(int value)
Sets the value of the wmNonAdherenceDuration property.
|
void |
setWmOutOfScheduleNonAdherenceDuration(int value)
Sets the value of the wmOutOfScheduleNonAdherenceDuration property.
|
void |
setWmScheduleDuration(int value)
Sets the value of the wmScheduleDuration property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
java.lang.String |
toString() |
AdhTotals |
withGswAgentId(int value) |
AdhTotals |
withWmActualWorkDuration(int value) |
AdhTotals |
withWmEndDate(double value) |
AdhTotals |
withWmNonAdherenceDuration(int value) |
AdhTotals |
withWmOutOfScheduleNonAdherenceDuration(int value) |
AdhTotals |
withWmScheduleDuration(int value) |
AdhTotals |
withWmSiteId(int value) |
AdhTotals |
withWmStartDate(double value) |
AdhTotals |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmSiteId
CfgSite
objectprotected int wmTeamId
CfgTeam
objectprotected int gswAgentId
CfgAgent
objectprotected double wmStartDate
OleDateTime
protected double wmEndDate
OleDateTime
protected int wmNonAdherenceDuration
protected int wmOutOfScheduleNonAdherenceDuration
protected int wmScheduleDuration
protected int wmActualWorkDuration
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public int getWmNonAdherenceDuration()
public void setWmNonAdherenceDuration(int value)
public int getWmOutOfScheduleNonAdherenceDuration()
public void setWmOutOfScheduleNonAdherenceDuration(int value)
public int getWmScheduleDuration()
public void setWmScheduleDuration(int value)
public int getWmActualWorkDuration()
public void setWmActualWorkDuration(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public AdhTotals withWmSiteId(int value)
public AdhTotals withGswAgentId(int value)
public AdhTotals withWmStartDate(double value)
public AdhTotals withWmEndDate(double value)
public AdhTotals withWmNonAdherenceDuration(int value)
public AdhTotals withWmOutOfScheduleNonAdherenceDuration(int value)
public AdhTotals withWmScheduleDuration(int value)
public AdhTotals withWmActualWorkDuration(int value)
public AdhTotals withWmTeamId(int 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.