public class CfgAgentSkill
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswSkillId
Skill ID identifies
CfgSkill object |
protected int |
gswSkillLevel
Skill Level
|
private static long |
serialVersionUID |
protected int |
wmSkillOn
Agent Skill type
ECfgAgentSkillType |
Constructor and Description |
---|
CfgAgentSkill() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswSkillId()
Gets the value of the gswSkillId property.
|
int |
getGswSkillLevel()
Gets the value of the gswSkillLevel property.
|
int |
getWmSkillOn()
Gets the value of the wmSkillOn property.
|
int |
hashCode() |
void |
setGswSkillId(int value)
Sets the value of the gswSkillId property.
|
void |
setGswSkillLevel(int value)
Sets the value of the gswSkillLevel property.
|
void |
setWmSkillOn(int value)
Sets the value of the wmSkillOn property.
|
java.lang.String |
toString() |
CfgAgentSkill |
withGswSkillId(int value) |
CfgAgentSkill |
withGswSkillLevel(int value) |
CfgAgentSkill |
withWmSkillOn(int value) |
private static final long serialVersionUID
protected int gswSkillId
CfgSkill
objectprotected int gswSkillLevel
protected int wmSkillOn
ECfgAgentSkillType
public int getGswSkillId()
public void setGswSkillId(int value)
public int getGswSkillLevel()
public void setGswSkillLevel(int value)
public int getWmSkillOn()
public void setWmSkillOn(int value)
public CfgAgentSkill withGswSkillId(int value)
public CfgAgentSkill withGswSkillLevel(int value)
public CfgAgentSkill withWmSkillOn(int 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.