public class CfgShiftDuration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmEstimatedDuration |
protected int |
wmPaidDuration |
protected int |
wmShiftId |
protected int |
wmWeekDay |
Constructor and Description |
---|
CfgShiftDuration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmEstimatedDuration()
Gets the value of the wmEstimatedDuration property.
|
int |
getWmPaidDuration()
Gets the value of the wmPaidDuration property.
|
int |
getWmShiftId()
Gets the value of the wmShiftId property.
|
int |
getWmWeekDay()
Gets the value of the wmWeekDay property.
|
int |
hashCode() |
void |
setWmEstimatedDuration(int value)
Sets the value of the wmEstimatedDuration property.
|
void |
setWmPaidDuration(int value)
Sets the value of the wmPaidDuration property.
|
void |
setWmShiftId(int value)
Sets the value of the wmShiftId property.
|
void |
setWmWeekDay(int value)
Sets the value of the wmWeekDay property.
|
java.lang.String |
toString() |
CfgShiftDuration |
withWmEstimatedDuration(int value) |
CfgShiftDuration |
withWmPaidDuration(int value) |
CfgShiftDuration |
withWmShiftId(int value) |
CfgShiftDuration |
withWmWeekDay(int value) |
private static final long serialVersionUID
protected int wmShiftId
protected int wmWeekDay
protected int wmPaidDuration
protected int wmEstimatedDuration
public int getWmShiftId()
public void setWmShiftId(int value)
public int getWmWeekDay()
public void setWmWeekDay(int value)
public int getWmPaidDuration()
public void setWmPaidDuration(int value)
public int getWmEstimatedDuration()
public void setWmEstimatedDuration(int value)
public CfgShiftDuration withWmShiftId(int value)
public CfgShiftDuration withWmWeekDay(int value)
public CfgShiftDuration withWmPaidDuration(int value)
public CfgShiftDuration withWmEstimatedDuration(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.