public class CalTimeOffInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
accruedHours |
private double |
advanceHours |
private int |
agentID |
private double |
balance |
private double |
bonusHours |
private double |
carriedOverHours |
private double |
currentPeriodEnd |
private double |
currentPeriodStart |
private double |
currentYearTotal |
private double |
declinedHours |
private double |
grantedHours |
private double |
partdayHours |
private double |
preferredHours |
private double |
scheduledHours |
private int |
timeOffTypeID |
Constructor and Description |
---|
CalTimeOffInformation() |
CalTimeOffInformation(int agentID,
int timeOffTypeID,
double balance,
double accruedHours,
double bonusHours,
double advanceHours,
double carriedOverHours,
double scheduledHours,
double grantedHours,
double preferredHours,
double declinedHours,
double partdayHours,
double currentPeriodStart,
double currentPeriodEnd,
double currentYearTotal) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getAccruedHours()
Gets the accruedHours value for this CalTimeOffInformation.
|
double |
getAdvanceHours()
Gets the advanceHours value for this CalTimeOffInformation.
|
int |
getAgentID()
Gets the agentID value for this CalTimeOffInformation.
|
double |
getBalance()
Gets the balance value for this CalTimeOffInformation.
|
double |
getBonusHours()
Gets the bonusHours value for this CalTimeOffInformation.
|
double |
getCarriedOverHours()
Gets the carriedOverHours value for this CalTimeOffInformation.
|
double |
getCurrentPeriodEnd()
Gets the currentPeriodEnd value for this CalTimeOffInformation.
|
double |
getCurrentPeriodStart()
Gets the currentPeriodStart value for this CalTimeOffInformation.
|
double |
getCurrentYearTotal()
Gets the currentYearTotal value for this CalTimeOffInformation.
|
double |
getDeclinedHours()
Gets the declinedHours value for this CalTimeOffInformation.
|
double |
getGrantedHours()
Gets the grantedHours value for this CalTimeOffInformation.
|
double |
getPartdayHours()
Gets the partdayHours value for this CalTimeOffInformation.
|
double |
getPreferredHours()
Gets the preferredHours value for this CalTimeOffInformation.
|
double |
getScheduledHours()
Gets the scheduledHours value for this CalTimeOffInformation.
|
int |
getTimeOffTypeID()
Gets the timeOffTypeID value for this CalTimeOffInformation.
|
int |
hashCode() |
void |
setAccruedHours(double accruedHours)
Sets the accruedHours value for this CalTimeOffInformation.
|
void |
setAdvanceHours(double advanceHours)
Sets the advanceHours value for this CalTimeOffInformation.
|
void |
setAgentID(int agentID)
Sets the agentID value for this CalTimeOffInformation.
|
void |
setBalance(double balance)
Sets the balance value for this CalTimeOffInformation.
|
void |
setBonusHours(double bonusHours)
Sets the bonusHours value for this CalTimeOffInformation.
|
void |
setCarriedOverHours(double carriedOverHours)
Sets the carriedOverHours value for this CalTimeOffInformation.
|
void |
setCurrentPeriodEnd(double currentPeriodEnd)
Sets the currentPeriodEnd value for this CalTimeOffInformation.
|
void |
setCurrentPeriodStart(double currentPeriodStart)
Sets the currentPeriodStart value for this CalTimeOffInformation.
|
void |
setCurrentYearTotal(double currentYearTotal)
Sets the currentYearTotal value for this CalTimeOffInformation.
|
void |
setDeclinedHours(double declinedHours)
Sets the declinedHours value for this CalTimeOffInformation.
|
void |
setGrantedHours(double grantedHours)
Sets the grantedHours value for this CalTimeOffInformation.
|
void |
setPartdayHours(double partdayHours)
Sets the partdayHours value for this CalTimeOffInformation.
|
void |
setPreferredHours(double preferredHours)
Sets the preferredHours value for this CalTimeOffInformation.
|
void |
setScheduledHours(double scheduledHours)
Sets the scheduledHours value for this CalTimeOffInformation.
|
void |
setTimeOffTypeID(int timeOffTypeID)
Sets the timeOffTypeID value for this CalTimeOffInformation.
|
private int agentID
private int timeOffTypeID
private double balance
private double accruedHours
private double bonusHours
private double advanceHours
private double carriedOverHours
private double scheduledHours
private double grantedHours
private double preferredHours
private double declinedHours
private double partdayHours
private double currentPeriodStart
private double currentPeriodEnd
private double currentYearTotal
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalTimeOffInformation()
public CalTimeOffInformation(int agentID, int timeOffTypeID, double balance, double accruedHours, double bonusHours, double advanceHours, double carriedOverHours, double scheduledHours, double grantedHours, double preferredHours, double declinedHours, double partdayHours, double currentPeriodStart, double currentPeriodEnd, double currentYearTotal)
public int getAgentID()
public void setAgentID(int agentID)
agentID
- Agent IDpublic int getTimeOffTypeID()
public void setTimeOffTypeID(int timeOffTypeID)
timeOffTypeID
- Time Off type IDpublic double getBalance()
public void setBalance(double balance)
balance
- Balance value in hourspublic double getAccruedHours()
public void setAccruedHours(double accruedHours)
accruedHours
- Number of arrued hourspublic double getBonusHours()
public void setBonusHours(double bonusHours)
bonusHours
- Configured bonus hourspublic double getAdvanceHours()
public void setAdvanceHours(double advanceHours)
advanceHours
- Configured advance hourspublic double getCarriedOverHours()
public void setCarriedOverHours(double carriedOverHours)
carriedOverHours
- Configured hours allowed to carry-over to the next periodpublic double getScheduledHours()
public void setScheduledHours(double scheduledHours)
scheduledHours
- Scheduled Time Off hourspublic double getGrantedHours()
public void setGrantedHours(double grantedHours)
grantedHours
- Requested granted Time Off hourspublic double getPreferredHours()
public void setPreferredHours(double preferredHours)
preferredHours
- Requested preferred Time Off hourspublic double getDeclinedHours()
public void setDeclinedHours(double declinedHours)
declinedHours
- Declined Time Off hourspublic double getPartdayHours()
public void setPartdayHours(double partdayHours)
partdayHours
- Exception (count as Time Off) hourspublic double getCurrentPeriodStart()
public void setCurrentPeriodStart(double currentPeriodStart)
currentPeriodStart
- Current period start datepublic double getCurrentPeriodEnd()
public void setCurrentPeriodEnd(double currentPeriodEnd)
currentPeriodEnd
- Current period end datepublic double getCurrentYearTotal()
public void setCurrentYearTotal(double currentYearTotal)
currentYearTotal
- Selected period total yearly hourspublic 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.