public class CfgSkillShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswSkillId
Skill ID
|
private static long |
serialVersionUID |
protected int |
wmBUId |
protected java.lang.String |
wmName
Skill Name
|
Constructor and Description |
---|
CfgSkillShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswSkillId()
Gets the value of the gswSkillId property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
hashCode() |
void |
setGswSkillId(int value)
Sets the value of the gswSkillId property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
java.lang.String |
toString() |
CfgSkillShort |
withGswSkillId(int value) |
CfgSkillShort |
withWmBUId(int value) |
CfgSkillShort |
withWmName(java.lang.String value) |
private static final long serialVersionUID
protected int gswSkillId
protected java.lang.String wmName
protected int wmBUId
public int getGswSkillId()
public void setGswSkillId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmBUId()
public void setWmBUId(int value)
public CfgSkillShort withGswSkillId(int value)
public CfgSkillShort withWmBUId(int value)
public CfgSkillShort withWmName(java.lang.String 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.