public class CfgAgentTimeOffBonus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId |
protected int |
gswUserId |
private static long |
serialVersionUID |
protected double |
wmBonusHours |
protected int |
wmBonusId |
protected java.lang.String |
wmComments |
protected double |
wmEndDate |
protected double |
wmStartDate |
protected double |
wmSubmitDateTime |
protected int |
wmTimeoffTypeId |
Constructor and Description |
---|
CfgAgentTimeOffBonus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getGswUserId()
Gets the value of the gswUserId property.
|
double |
getWmBonusHours()
Gets the value of the wmBonusHours property.
|
int |
getWmBonusId()
Gets the value of the wmBonusId property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
double |
getWmSubmitDateTime()
Gets the value of the wmSubmitDateTime property.
|
int |
getWmTimeoffTypeId()
Gets the value of the wmTimeoffTypeId property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setWmBonusHours(double value)
Sets the value of the wmBonusHours property.
|
void |
setWmBonusId(int value)
Sets the value of the wmBonusId property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmSubmitDateTime(double value)
Sets the value of the wmSubmitDateTime property.
|
void |
setWmTimeoffTypeId(int value)
Sets the value of the wmTimeoffTypeId property.
|
java.lang.String |
toString() |
CfgAgentTimeOffBonus |
withGswAgentId(int value) |
CfgAgentTimeOffBonus |
withGswUserId(int value) |
CfgAgentTimeOffBonus |
withWmBonusHours(double value) |
CfgAgentTimeOffBonus |
withWmBonusId(int value) |
CfgAgentTimeOffBonus |
withWmComments(java.lang.String value) |
CfgAgentTimeOffBonus |
withWmEndDate(double value) |
CfgAgentTimeOffBonus |
withWmStartDate(double value) |
CfgAgentTimeOffBonus |
withWmSubmitDateTime(double value) |
CfgAgentTimeOffBonus |
withWmTimeoffTypeId(int value) |
private static final long serialVersionUID
protected int wmBonusId
protected int gswAgentId
protected int wmTimeoffTypeId
protected double wmStartDate
protected double wmEndDate
protected double wmSubmitDateTime
protected java.lang.String wmComments
protected int gswUserId
protected double wmBonusHours
public int getWmBonusId()
public void setWmBonusId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmTimeoffTypeId()
public void setWmTimeoffTypeId(int value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public double getWmSubmitDateTime()
public void setWmSubmitDateTime(double value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getGswUserId()
public void setGswUserId(int value)
public double getWmBonusHours()
public void setWmBonusHours(double value)
public CfgAgentTimeOffBonus withWmBonusId(int value)
public CfgAgentTimeOffBonus withGswAgentId(int value)
public CfgAgentTimeOffBonus withWmTimeoffTypeId(int value)
public CfgAgentTimeOffBonus withWmStartDate(double value)
public CfgAgentTimeOffBonus withWmEndDate(double value)
public CfgAgentTimeOffBonus withWmSubmitDateTime(double value)
public CfgAgentTimeOffBonus withWmComments(java.lang.String value)
public CfgAgentTimeOffBonus withGswUserId(int value)
public CfgAgentTimeOffBonus withWmBonusHours(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.