public class CfgAgentUsedBonus
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmBonusId |
protected double |
wmDate |
protected double |
wmUsedHours |
| Constructor and Description |
|---|
CfgAgentUsedBonus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBonusId()
Gets the value of the wmBonusId property.
|
double |
getWmDate()
Gets the value of the wmDate property.
|
double |
getWmUsedHours()
Gets the value of the wmUsedHours property.
|
int |
hashCode() |
void |
setWmBonusId(int value)
Sets the value of the wmBonusId property.
|
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
void |
setWmUsedHours(double value)
Sets the value of the wmUsedHours property.
|
java.lang.String |
toString() |
CfgAgentUsedBonus |
withWmBonusId(int value) |
CfgAgentUsedBonus |
withWmDate(double value) |
CfgAgentUsedBonus |
withWmUsedHours(double value) |
private static final long serialVersionUID
protected int wmBonusId
protected double wmDate
protected double wmUsedHours
public int getWmBonusId()
public void setWmBonusId(int value)
public double getWmDate()
public void setWmDate(double value)
public double getWmUsedHours()
public void setWmUsedHours(double value)
public CfgAgentUsedBonus withWmBonusId(int value)
public CfgAgentUsedBonus withWmDate(double value)
public CfgAgentUsedBonus withWmUsedHours(double value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.