public class CalDateTimeOffBalanceInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
agentID
Agent ID
|
private double |
date
Date
|
private double |
hours
Agent Time Off balance hours for date
|
private int |
timeOffTypeID
Time Off type ID
|
Constructor and Description |
---|
CalDateTimeOffBalanceInformation() |
CalDateTimeOffBalanceInformation(int agentID,
int timeOffTypeID,
double hours,
double date) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
private int agentID
private int timeOffTypeID
private double hours
private double date
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalDateTimeOffBalanceInformation()
public CalDateTimeOffBalanceInformation(int agentID, int timeOffTypeID, double hours, 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 boolean equals(java.lang.Object obj)
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.