public class CalAgentDateTimeOffBalance
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
accruedHours |
protected double |
advanceHours |
protected int |
agentID |
protected double |
balance |
protected java.util.List<CalBonusBalance> |
bonusArray |
protected int |
bonusArraySize |
protected double |
bonusAwardedHours |
protected double |
bonusExpiredHours |
protected double |
bonusHours |
protected double |
bonusUsedHours |
protected double |
cancelledHours |
protected double |
carriedOverHours |
protected double |
date |
protected double |
declinedHours |
protected double |
grantedHours |
protected double |
partdayHours
Partial-day Exception count as Time Off hours
|
protected double |
preferredHours |
protected double |
scheduledHours |
private static long |
serialVersionUID |
protected int |
timeOffTypeID |
Constructor and Description |
---|
CalAgentDateTimeOffBalance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getAccruedHours()
Gets the value of the accruedHours property.
|
double |
getAdvanceHours()
Gets the value of the advanceHours property.
|
int |
getAgentID()
Gets the value of the agentID property.
|
double |
getBalance()
Gets the value of the balance property.
|
java.util.List<CalBonusBalance> |
getBonusArray()
Gets the value of the bonusArray property.
|
int |
getBonusArraySize()
Gets the value of the bonusArraySize property.
|
double |
getBonusAwardedHours()
Gets the value of the bonusAwardedHours property.
|
double |
getBonusExpiredHours()
Gets the value of the bonusExpiredHours property.
|
double |
getBonusHours()
Gets the value of the bonusHours property.
|
double |
getBonusUsedHours()
Gets the value of the bonusUsedHours property.
|
double |
getCancelledHours()
Gets the value of the cancelledHours property.
|
double |
getCarriedOverHours()
Gets the value of the carriedOverHours property.
|
double |
getDate()
Gets the value of the date property.
|
double |
getDeclinedHours()
Gets the value of the declinedHours property.
|
double |
getGrantedHours()
Gets the value of the grantedHours property.
|
double |
getPartdayHours()
Gets the value of the partdayHours property.
|
double |
getPreferredHours()
Gets the value of the preferredHours property.
|
double |
getScheduledHours()
Gets the value of the scheduledHours property.
|
int |
getTimeOffTypeID()
Gets the value of the timeOffTypeID property.
|
int |
hashCode() |
void |
setAccruedHours(double value)
Sets the value of the accruedHours property.
|
void |
setAdvanceHours(double value)
Sets the value of the advanceHours property.
|
void |
setAgentID(int value)
Sets the value of the agentID property.
|
void |
setBalance(double value)
Sets the value of the balance property.
|
void |
setBonusArray(java.util.List<CalBonusBalance> value)
Sets the value of the bonusArray property.
|
void |
setBonusArraySize(int value)
Sets the value of the bonusArraySize property.
|
void |
setBonusAwardedHours(double value)
Sets the value of the bonusAwardedHours property.
|
void |
setBonusExpiredHours(double value)
Sets the value of the bonusExpiredHours property.
|
void |
setBonusHours(double value)
Sets the value of the bonusHours property.
|
void |
setBonusUsedHours(double value)
Sets the value of the bonusUsedHours property.
|
void |
setCancelledHours(double value)
Sets the value of the cancelledHours property.
|
void |
setCarriedOverHours(double value)
Sets the value of the carriedOverHours property.
|
void |
setDate(double value)
Sets the value of the date property.
|
void |
setDeclinedHours(double value)
Sets the value of the declinedHours property.
|
void |
setGrantedHours(double value)
Sets the value of the grantedHours property.
|
void |
setPartdayHours(double value)
Sets the value of the partdayHours property.
|
void |
setPreferredHours(double value)
Sets the value of the preferredHours property.
|
void |
setScheduledHours(double value)
Sets the value of the scheduledHours property.
|
void |
setTimeOffTypeID(int value)
Sets the value of the timeOffTypeID property.
|
java.lang.String |
toString() |
CalAgentDateTimeOffBalance |
withAccruedHours(double value) |
CalAgentDateTimeOffBalance |
withAdvanceHours(double value) |
CalAgentDateTimeOffBalance |
withAgentID(int value) |
CalAgentDateTimeOffBalance |
withBalance(double value) |
CalAgentDateTimeOffBalance |
withBonusArray(CalBonusBalance... values) |
CalAgentDateTimeOffBalance |
withBonusArray(java.util.Collection<CalBonusBalance> values) |
CalAgentDateTimeOffBalance |
withBonusArraySize(int value) |
CalAgentDateTimeOffBalance |
withBonusAwardedHours(double value) |
CalAgentDateTimeOffBalance |
withBonusExpiredHours(double value) |
CalAgentDateTimeOffBalance |
withBonusHours(double value) |
CalAgentDateTimeOffBalance |
withBonusUsedHours(double value) |
CalAgentDateTimeOffBalance |
withCancelledHours(double value) |
CalAgentDateTimeOffBalance |
withCarriedOverHours(double value) |
CalAgentDateTimeOffBalance |
withDate(double value) |
CalAgentDateTimeOffBalance |
withDeclinedHours(double value) |
CalAgentDateTimeOffBalance |
withGrantedHours(double value) |
CalAgentDateTimeOffBalance |
withPartdayHours(double value) |
CalAgentDateTimeOffBalance |
withPreferredHours(double value) |
CalAgentDateTimeOffBalance |
withScheduledHours(double value) |
CalAgentDateTimeOffBalance |
withTimeOffTypeID(int value) |
private static final long serialVersionUID
protected int agentID
protected double date
protected int timeOffTypeID
protected double balance
protected double accruedHours
protected double bonusHours
protected double advanceHours
protected double carriedOverHours
protected double scheduledHours
protected double grantedHours
protected double preferredHours
protected double declinedHours
protected double cancelledHours
protected double partdayHours
protected double bonusAwardedHours
protected double bonusUsedHours
protected double bonusExpiredHours
protected int bonusArraySize
protected java.util.List<CalBonusBalance> bonusArray
public int getAgentID()
public void setAgentID(int value)
public double getDate()
public void setDate(double value)
public int getTimeOffTypeID()
public void setTimeOffTypeID(int value)
public double getBalance()
public void setBalance(double value)
public double getAccruedHours()
public void setAccruedHours(double value)
public double getBonusHours()
public void setBonusHours(double value)
public double getAdvanceHours()
public void setAdvanceHours(double value)
public double getCarriedOverHours()
public void setCarriedOverHours(double value)
public double getScheduledHours()
public void setScheduledHours(double value)
public double getGrantedHours()
public void setGrantedHours(double value)
public double getPreferredHours()
public void setPreferredHours(double value)
public double getDeclinedHours()
public void setDeclinedHours(double value)
public double getCancelledHours()
public void setCancelledHours(double value)
public double getPartdayHours()
public void setPartdayHours(double value)
public double getBonusAwardedHours()
public void setBonusAwardedHours(double value)
public double getBonusUsedHours()
public void setBonusUsedHours(double value)
public double getBonusExpiredHours()
public void setBonusExpiredHours(double value)
public int getBonusArraySize()
public void setBonusArraySize(int value)
public java.util.List<CalBonusBalance> getBonusArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the bonusArray property.
For example, to add a new item, do as follows:
getBonusArray().add(newItem);
Objects of the following type(s) are allowed in the list
CalBonusBalance
public void setBonusArray(java.util.List<CalBonusBalance> value)
public CalAgentDateTimeOffBalance withAgentID(int value)
public CalAgentDateTimeOffBalance withDate(double value)
public CalAgentDateTimeOffBalance withTimeOffTypeID(int value)
public CalAgentDateTimeOffBalance withBalance(double value)
public CalAgentDateTimeOffBalance withAccruedHours(double value)
public CalAgentDateTimeOffBalance withBonusHours(double value)
public CalAgentDateTimeOffBalance withAdvanceHours(double value)
public CalAgentDateTimeOffBalance withCarriedOverHours(double value)
public CalAgentDateTimeOffBalance withScheduledHours(double value)
public CalAgentDateTimeOffBalance withGrantedHours(double value)
public CalAgentDateTimeOffBalance withPreferredHours(double value)
public CalAgentDateTimeOffBalance withDeclinedHours(double value)
public CalAgentDateTimeOffBalance withCancelledHours(double value)
public CalAgentDateTimeOffBalance withPartdayHours(double value)
public CalAgentDateTimeOffBalance withBonusAwardedHours(double value)
public CalAgentDateTimeOffBalance withBonusUsedHours(double value)
public CalAgentDateTimeOffBalance withBonusExpiredHours(double value)
public CalAgentDateTimeOffBalance withBonusArraySize(int value)
public CalAgentDateTimeOffBalance withBonusArray(CalBonusBalance... values)
public CalAgentDateTimeOffBalance withBonusArray(java.util.Collection<CalBonusBalance> values)
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.