public class CfgAgentContract
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmContractId
Contract ID (
CfgContract ). |
protected double |
wmEffectiveDate
Contract effective date (
OleDateTime ) |
Constructor and Description |
---|
CfgAgentContract() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmContractId()
Gets the value of the wmContractId property.
|
double |
getWmEffectiveDate()
Gets the value of the wmEffectiveDate property.
|
int |
hashCode() |
void |
setWmContractId(int value)
Sets the value of the wmContractId property.
|
void |
setWmEffectiveDate(double value)
Sets the value of the wmEffectiveDate property.
|
java.lang.String |
toString() |
CfgAgentContract |
withWmContractId(int value) |
CfgAgentContract |
withWmEffectiveDate(double value) |
private static final long serialVersionUID
protected int wmContractId
CfgContract
). Can be zero, representing agent with no contract assigned.protected double wmEffectiveDate
OleDateTime
)public int getWmContractId()
public void setWmContractId(int value)
public double getWmEffectiveDate()
public void setWmEffectiveDate(double value)
public CfgAgentContract withWmContractId(int value)
public CfgAgentContract withWmEffectiveDate(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.