public class CfgAgentActivity
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmActivityId
Activity identifier
CfgActivity object |
protected double |
wmEffectiveDate
Activity effective date (
OleDateTime ) |
protected int |
wmType
Agent Activity Type
ECfgAgentActivityType |
Constructor and Description |
---|
CfgAgentActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivityId()
Gets the value of the wmActivityId property.
|
double |
getWmEffectiveDate()
Gets the value of the wmEffectiveDate property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
hashCode() |
void |
setWmActivityId(int value)
Sets the value of the wmActivityId property.
|
void |
setWmEffectiveDate(double value)
Sets the value of the wmEffectiveDate property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
CfgAgentActivity |
withWmActivityId(int value) |
CfgAgentActivity |
withWmEffectiveDate(double value) |
CfgAgentActivity |
withWmType(int value) |
private static final long serialVersionUID
protected int wmActivityId
CfgActivity
objectprotected int wmType
ECfgAgentActivityType
protected double wmEffectiveDate
OleDateTime
)public int getWmActivityId()
public void setWmActivityId(int value)
public int getWmType()
public void setWmType(int value)
public double getWmEffectiveDate()
public void setWmEffectiveDate(double value)
public CfgAgentActivity withWmActivityId(int value)
public CfgAgentActivity withWmType(int value)
public CfgAgentActivity 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.