public class CfgAgentTimeOffRule
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmAccrualRuleId
Accrual Rule ID (
CfgAccrualRule ) |
private double |
wmBonusHours
Bonus Hours
|
private double |
wmCarriedOverHours
Carried-Over Hours
|
private double |
wmCarryOverDate
Carry-Over Date (
OleDateTime );
can be NULL |
private double |
wmStopAccrualDate
Stop Accrual Date (
OleDateTime );
can be NULL |
private int |
wmTimeOffTypeId
Time Off Type ID (
CfgTimeOffType ) |
Constructor and Description |
---|
CfgAgentTimeOffRule() |
CfgAgentTimeOffRule(int wmTimeOffTypeId,
int wmAccrualRuleId,
double wmCarryOverDate,
double wmBonusHours,
double wmCarriedOverHours,
double wmStopAccrualDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmAccrualRuleId()
Gets the wmAccrualRuleId value for this CfgAgentTimeOffRule.
|
double |
getWmBonusHours()
Gets the wmBonusHours value for this CfgAgentTimeOffRule.
|
double |
getWmCarriedOverHours()
Gets the wmCarriedOverHours value for this CfgAgentTimeOffRule.
|
double |
getWmCarryOverDate()
Gets the wmCarryOverDate value for this CfgAgentTimeOffRule.
|
double |
getWmStopAccrualDate()
Gets the wmStopAccrualDate value for this CfgAgentTimeOffRule.
|
int |
getWmTimeOffTypeId()
Gets the wmTimeOffTypeId value for this CfgAgentTimeOffRule.
|
int |
hashCode() |
void |
setWmAccrualRuleId(int wmAccrualRuleId)
Sets the wmAccrualRuleId value for this CfgAgentTimeOffRule.
|
void |
setWmBonusHours(double wmBonusHours)
Sets the wmBonusHours value for this CfgAgentTimeOffRule.
|
void |
setWmCarriedOverHours(double wmCarriedOverHours)
Sets the wmCarriedOverHours value for this CfgAgentTimeOffRule.
|
void |
setWmCarryOverDate(double wmCarryOverDate)
Sets the wmCarryOverDate value for this CfgAgentTimeOffRule.
|
void |
setWmStopAccrualDate(double wmStopAccrualDate)
Sets the wmStopAccrualDate value for this CfgAgentTimeOffRule.
|
void |
setWmTimeOffTypeId(int wmTimeOffTypeId)
Sets the wmTimeOffTypeId value for this CfgAgentTimeOffRule.
|
private int wmTimeOffTypeId
CfgTimeOffType
)private int wmAccrualRuleId
CfgAccrualRule
)private double wmCarryOverDate
OleDateTime
);
can be NULLprivate double wmCarriedOverHours
private double wmBonusHours
private double wmStopAccrualDate
OleDateTime
);
can be NULLprivate java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgAgentTimeOffRule()
public CfgAgentTimeOffRule(int wmTimeOffTypeId, int wmAccrualRuleId, double wmCarryOverDate, double wmBonusHours, double wmCarriedOverHours, double wmStopAccrualDate)
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int wmTimeOffTypeId)
wmTimeOffTypeId
- public int getWmAccrualRuleId()
public void setWmAccrualRuleId(int wmAccrualRuleId)
wmAccrualRuleId
- public double getWmCarryOverDate()
public void setWmCarryOverDate(double wmCarryOverDate)
wmCarryOverDate
- public double getWmBonusHours()
public void setWmBonusHours(double wmBonusHours)
wmBonusHours
- public double getWmCarriedOverHours()
public void setWmCarriedOverHours(double wmCarriedOverHours)
wmCarriedOverHours
- public double getWmStopAccrualDate()
public void setWmStopAccrualDate(double wmStopAccrualDate)
wmStopAccrualDate
- public 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.