public class CfgActivityHours
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmDuration
Duration in minutes for which Activity is open, starting from wmStartTime
|
protected double |
wmStartTime
Time when activity opens (
OleDateTime ) |
Constructor and Description |
---|
CfgActivityHours() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmDuration()
Gets the value of the wmDuration property.
|
double |
getWmStartTime()
Gets the value of the wmStartTime property.
|
int |
hashCode() |
void |
setWmDuration(int value)
Sets the value of the wmDuration property.
|
void |
setWmStartTime(double value)
Sets the value of the wmStartTime property.
|
java.lang.String |
toString() |
CfgActivityHours |
withWmDuration(int value) |
CfgActivityHours |
withWmStartTime(double value) |
private static final long serialVersionUID
protected double wmStartTime
OleDateTime
)protected int wmDuration
public double getWmStartTime()
public void setWmStartTime(double value)
public int getWmDuration()
public void setWmDuration(int value)
public CfgActivityHours withWmStartTime(double value)
public CfgActivityHours withWmDuration(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.