public class CfgActivitySkill
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswSkillId
Skill ID -- identifies CfgSkill object
|
private static long |
serialVersionUID |
protected int |
wmMaxLevel
Maximum Skill Level permitted to be qualified to work on Activity
|
protected int |
wmMinLevel
Minimum Skill Level permitted to be qualified to work on Activity
|
Constructor and Description |
---|
CfgActivitySkill() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswSkillId()
Gets the value of the gswSkillId property.
|
int |
getWmMaxLevel()
Gets the value of the wmMaxLevel property.
|
int |
getWmMinLevel()
Gets the value of the wmMinLevel property.
|
int |
hashCode() |
void |
setGswSkillId(int value)
Sets the value of the gswSkillId property.
|
void |
setWmMaxLevel(int value)
Sets the value of the wmMaxLevel property.
|
void |
setWmMinLevel(int value)
Sets the value of the wmMinLevel property.
|
java.lang.String |
toString() |
CfgActivitySkill |
withGswSkillId(int value) |
CfgActivitySkill |
withWmMaxLevel(int value) |
CfgActivitySkill |
withWmMinLevel(int value) |
private static final long serialVersionUID
protected int gswSkillId
protected int wmMinLevel
protected int wmMaxLevel
public int getGswSkillId()
public void setGswSkillId(int value)
public int getWmMinLevel()
public void setWmMinLevel(int value)
public int getWmMaxLevel()
public void setWmMaxLevel(int value)
public CfgActivitySkill withGswSkillId(int value)
public CfgActivitySkill withWmMinLevel(int value)
public CfgActivitySkill withWmMaxLevel(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.