public class CfgAgentTimeOffRule
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmAccrualRuleId |
protected double |
wmBonusHours |
protected double |
wmCarriedOverHours |
protected double |
wmCarryOverDate |
protected double |
wmStopAccrualDate |
protected int |
wmTimeOffTypeId |
Constructor and Description |
---|
CfgAgentTimeOffRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmAccrualRuleId()
Gets the value of the wmAccrualRuleId property.
|
double |
getWmBonusHours()
Gets the value of the wmBonusHours property.
|
double |
getWmCarriedOverHours()
Gets the value of the wmCarriedOverHours property.
|
double |
getWmCarryOverDate()
Gets the value of the wmCarryOverDate property.
|
double |
getWmStopAccrualDate()
Gets the value of the wmStopAccrualDate property.
|
int |
getWmTimeOffTypeId()
Gets the value of the wmTimeOffTypeId property.
|
int |
hashCode() |
void |
setWmAccrualRuleId(int value)
Sets the value of the wmAccrualRuleId property.
|
void |
setWmBonusHours(double value)
Sets the value of the wmBonusHours property.
|
void |
setWmCarriedOverHours(double value)
Sets the value of the wmCarriedOverHours property.
|
void |
setWmCarryOverDate(double value)
Sets the value of the wmCarryOverDate property.
|
void |
setWmStopAccrualDate(double value)
Sets the value of the wmStopAccrualDate property.
|
void |
setWmTimeOffTypeId(int value)
Sets the value of the wmTimeOffTypeId property.
|
java.lang.String |
toString() |
CfgAgentTimeOffRule |
withWmAccrualRuleId(int value) |
CfgAgentTimeOffRule |
withWmBonusHours(double value) |
CfgAgentTimeOffRule |
withWmCarriedOverHours(double value) |
CfgAgentTimeOffRule |
withWmCarryOverDate(double value) |
CfgAgentTimeOffRule |
withWmStopAccrualDate(double value) |
CfgAgentTimeOffRule |
withWmTimeOffTypeId(int value) |
private static final long serialVersionUID
protected int wmTimeOffTypeId
protected int wmAccrualRuleId
protected double wmCarryOverDate
protected double wmBonusHours
protected double wmCarriedOverHours
protected double wmStopAccrualDate
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int value)
public int getWmAccrualRuleId()
public void setWmAccrualRuleId(int value)
public double getWmCarryOverDate()
public void setWmCarryOverDate(double value)
public double getWmBonusHours()
public void setWmBonusHours(double value)
public double getWmCarriedOverHours()
public void setWmCarriedOverHours(double value)
public double getWmStopAccrualDate()
public void setWmStopAccrualDate(double value)
public CfgAgentTimeOffRule withWmTimeOffTypeId(int value)
public CfgAgentTimeOffRule withWmAccrualRuleId(int value)
public CfgAgentTimeOffRule withWmCarryOverDate(double value)
public CfgAgentTimeOffRule withWmBonusHours(double value)
public CfgAgentTimeOffRule withWmCarriedOverHours(double value)
public CfgAgentTimeOffRule withWmStopAccrualDate(double value)
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.