public class CfgAgentRotation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmEffectiveDate
Rotation effective date (
OleDateTime ) |
protected int |
wmRotatingSchId
Rotation ID (
CfgRotation ).Can be zero, representing agent with no rotation pattern assigned. |
protected int |
wmStartWeek
Start week in Rotating Pattern.
|
Constructor and Description |
---|
CfgAgentRotation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEffectiveDate()
Gets the value of the wmEffectiveDate property.
|
int |
getWmRotatingSchId()
Gets the value of the wmRotatingSchId property.
|
int |
getWmStartWeek()
Gets the value of the wmStartWeek property.
|
int |
hashCode() |
void |
setWmEffectiveDate(double value)
Sets the value of the wmEffectiveDate property.
|
void |
setWmRotatingSchId(int value)
Sets the value of the wmRotatingSchId property.
|
void |
setWmStartWeek(int value)
Sets the value of the wmStartWeek property.
|
java.lang.String |
toString() |
CfgAgentRotation |
withWmEffectiveDate(double value) |
CfgAgentRotation |
withWmRotatingSchId(int value) |
CfgAgentRotation |
withWmStartWeek(int value) |
private static final long serialVersionUID
protected int wmRotatingSchId
CfgRotation
).Can be zero, representing agent with no rotation pattern assigned.protected int wmStartWeek
protected double wmEffectiveDate
OleDateTime
)public int getWmRotatingSchId()
public void setWmRotatingSchId(int value)
public int getWmStartWeek()
public void setWmStartWeek(int value)
public double getWmEffectiveDate()
public void setWmEffectiveDate(double value)
public CfgAgentRotation withWmRotatingSchId(int value)
public CfgAgentRotation withWmStartWeek(int value)
public CfgAgentRotation withWmEffectiveDate(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.