public class SchTeamTotals
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmEndDate
End date of period for calculated totals
OleDateTime |
protected int |
wmPaidMinutes
Total Paid Time, in minutes
|
protected int |
wmRefId
Secondary ID
|
protected int |
wmSiteId
Site ID
|
protected double |
wmStartDate
Start date of period for calculated totals
OleDateTime |
protected int |
wmStateId
Schedule State ID
|
protected int |
wmStateMinutes
Total minutes on specified schedule state, designated by wmStateType + wmStateId
|
protected int |
wmStateType
Schedule State Type
ESchStateType , whose calculated totals are
stored in "wmStateMinutes". |
protected int |
wmTeamId
Team ID.
|
protected int |
wmType
Totals' granularity
ESchTotalsType |
protected int |
wmWorkMinutes
Total Effective Work Time, in minutes
|
Constructor and Description |
---|
SchTeamTotals() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
int |
getWmRefId()
Gets the value of the wmRefId property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateMinutes()
Gets the value of the wmStateMinutes property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
getWmWorkMinutes()
Gets the value of the wmWorkMinutes property.
|
int |
hashCode() |
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmRefId(int value)
Sets the value of the wmRefId property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmStateId(int value)
Sets the value of the wmStateId property.
|
void |
setWmStateMinutes(int value)
Sets the value of the wmStateMinutes property.
|
void |
setWmStateType(int value)
Sets the value of the wmStateType property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmWorkMinutes(int value)
Sets the value of the wmWorkMinutes property.
|
java.lang.String |
toString() |
SchTeamTotals |
withWmEndDate(double value) |
SchTeamTotals |
withWmPaidMinutes(int value) |
SchTeamTotals |
withWmRefId(int value) |
SchTeamTotals |
withWmSiteId(int value) |
SchTeamTotals |
withWmStartDate(double value) |
SchTeamTotals |
withWmStateId(int value) |
SchTeamTotals |
withWmStateMinutes(int value) |
SchTeamTotals |
withWmStateType(int value) |
SchTeamTotals |
withWmTeamId(int value) |
SchTeamTotals |
withWmType(int value) |
SchTeamTotals |
withWmWorkMinutes(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmTeamId
protected int wmType
ESchTotalsType
protected double wmStartDate
OleDateTime
protected double wmEndDate
OleDateTime
protected int wmStateType
ESchStateType
, whose calculated totals are
stored in "wmStateMinutes".protected int wmStateId
protected int wmRefId
protected int wmPaidMinutes
protected int wmWorkMinutes
protected int wmStateMinutes
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmType()
public void setWmType(int value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public int getWmRefId()
public void setWmRefId(int value)
public int getWmPaidMinutes()
public void setWmPaidMinutes(int value)
public int getWmWorkMinutes()
public void setWmWorkMinutes(int value)
public int getWmStateMinutes()
public void setWmStateMinutes(int value)
public SchTeamTotals withWmSiteId(int value)
public SchTeamTotals withWmTeamId(int value)
public SchTeamTotals withWmType(int value)
public SchTeamTotals withWmStartDate(double value)
public SchTeamTotals withWmEndDate(double value)
public SchTeamTotals withWmStateType(int value)
public SchTeamTotals withWmStateId(int value)
public SchTeamTotals withWmRefId(int value)
public SchTeamTotals withWmPaidMinutes(int value)
public SchTeamTotals withWmWorkMinutes(int value)
public SchTeamTotals withWmStateMinutes(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.