public class AgentTimeoffBonus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentID
Agent ID
|
protected int |
gswUserID
User ID
|
private static long |
serialVersionUID |
protected double |
wmBonusHours
Bonus hours
|
protected int |
wmBonusID
Bonus ID
|
protected java.lang.String |
wmComments
Comments
|
protected double |
wmEndDate
Bonus end date
|
protected double |
wmStartDate
Bonus start date
|
protected double |
wmSubmitDatetime
Bonus submit date
|
protected int |
wmTimeoffTypeID
Time Off Type ID
|
Constructor and Description |
---|
AgentTimeoffBonus() |
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() |
AgentTimeoffBonus |
withGswAgentID(int value) |
AgentTimeoffBonus |
withGswUserID(int value) |
AgentTimeoffBonus |
withWmBonusHours(double value) |
AgentTimeoffBonus |
withWmBonusID(int value) |
AgentTimeoffBonus |
withWmComments(java.lang.String value) |
AgentTimeoffBonus |
withWmEndDate(double value) |
AgentTimeoffBonus |
withWmStartDate(double value) |
AgentTimeoffBonus |
withWmSubmitDatetime(double value) |
AgentTimeoffBonus |
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()
public void setWmComments(java.lang.String value)
public int getGswUserID()
public void setGswUserID(int value)
public double getWmBonusHours()
public void setWmBonusHours(double value)
public AgentTimeoffBonus withWmBonusID(int value)
public AgentTimeoffBonus withGswAgentID(int value)
public AgentTimeoffBonus withWmTimeoffTypeID(int value)
public AgentTimeoffBonus withWmStartDate(double value)
public AgentTimeoffBonus withWmEndDate(double value)
public AgentTimeoffBonus withWmSubmitDatetime(double value)
public AgentTimeoffBonus withWmComments(java.lang.String value)
public AgentTimeoffBonus withGswUserID(int value)
public AgentTimeoffBonus 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.