public class AgentUsedBonus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBonusID
Bonus ID
|
protected double |
wmDate
Date
|
protected double |
wmUsedHours
Used bonus hours for date
|
Constructor and Description |
---|
AgentUsedBonus() |
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() |
AgentUsedBonus |
withWmBonusID(int value) |
AgentUsedBonus |
withWmDate(double value) |
AgentUsedBonus |
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 AgentUsedBonus withWmBonusID(int value)
public AgentUsedBonus withWmDate(double value)
public AgentUsedBonus withWmUsedHours(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.