public class CalDateTimeOffBalanceInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
agentID
Agent ID
|
protected double |
date
Date
|
protected double |
hours
Agent Time Off balance hours for date
|
private static long |
serialVersionUID |
protected int |
timeOffTypeID
Time Off type ID
|
Constructor and Description |
---|
CalDateTimeOffBalanceInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getAgentID()
Gets the agentID value for this CalDateTimeOffBalanceInformation.
|
double |
getDate()
Gets the date value for this CalDateTimeOffBalanceInformation.
|
double |
getHours()
Gets the hours value for this CalDateTimeOffBalanceInformation.
|
int |
getTimeOffTypeID()
Gets the timeOffTypeID value for this CalDateTimeOffBalanceInformation.
|
int |
hashCode() |
void |
setAgentID(int agentID)
Sets the agentID value for this CalDateTimeOffBalanceInformation.
|
void |
setDate(double date)
Sets the date value for this CalDateTimeOffBalanceInformation.
|
void |
setHours(double hours)
Sets the hours value for this CalDateTimeOffBalanceInformation.
|
void |
setTimeOffTypeID(int timeOffTypeID)
Sets the timeOffTypeID value for this CalDateTimeOffBalanceInformation.
|
java.lang.String |
toString() |
CalDateTimeOffBalanceInformation |
withAgentID(int value) |
CalDateTimeOffBalanceInformation |
withDate(double value) |
CalDateTimeOffBalanceInformation |
withHours(double value) |
CalDateTimeOffBalanceInformation |
withTimeOffTypeID(int value) |
private static final long serialVersionUID
protected int agentID
protected int timeOffTypeID
protected double hours
protected double date
public int getAgentID()
public void setAgentID(int agentID)
agentID
- Agent identifierpublic int getTimeOffTypeID()
public void setTimeOffTypeID(int timeOffTypeID)
timeOffTypeID
- Time Off type identifierpublic double getHours()
public void setHours(double hours)
hours
- Balance value in hourspublic double getDate()
public void setDate(double date)
date
- Date of the balancepublic java.lang.String toString()
toString
in class java.lang.Object
public CalDateTimeOffBalanceInformation withAgentID(int value)
public CalDateTimeOffBalanceInformation withTimeOffTypeID(int value)
public CalDateTimeOffBalanceInformation withHours(double value)
public CalDateTimeOffBalanceInformation withDate(double value)
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.