public class CfgAgentTimeOffType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmEndDate |
protected double |
wmStartDate |
protected int |
wmTimeOffTypeId |
protected boolean |
wmTransferBalance |
Constructor and Description |
---|
CfgAgentTimeOffType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmTimeOffTypeId()
Gets the value of the wmTimeOffTypeId property.
|
int |
hashCode() |
boolean |
isWmTransferBalance()
Gets the value of the wmTransferBalance property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmTimeOffTypeId(int value)
Sets the value of the wmTimeOffTypeId property.
|
void |
setWmTransferBalance(boolean value)
Sets the value of the wmTransferBalance property.
|
java.lang.String |
toString() |
CfgAgentTimeOffType |
withWmEndDate(double value) |
CfgAgentTimeOffType |
withWmStartDate(double value) |
CfgAgentTimeOffType |
withWmTimeOffTypeId(int value) |
CfgAgentTimeOffType |
withWmTransferBalance(boolean value) |
private static final long serialVersionUID
protected int wmTimeOffTypeId
protected double wmStartDate
protected double wmEndDate
protected boolean wmTransferBalance
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public boolean isWmTransferBalance()
public void setWmTransferBalance(boolean value)
public CfgAgentTimeOffType withWmTimeOffTypeId(int value)
public CfgAgentTimeOffType withWmStartDate(double value)
public CfgAgentTimeOffType withWmEndDate(double value)
public CfgAgentTimeOffType withWmTransferBalance(boolean 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.