public class CfgSkill
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
gswSkillId
Skill ID
|
protected int |
gswTenantId
Tenant ID
|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
protected int |
wmBUId |
protected boolean |
wmDeleted
Is Skill Deleted? (true/false)
|
protected java.lang.String |
wmName
Skill Name
|
| Constructor and Description |
|---|
CfgSkill() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswSkillId()
Gets the value of the gswSkillId property.
|
int |
getGswTenantId()
Gets the value of the gswTenantId property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
hashCode() |
boolean |
isWmDeleted()
Gets the value of the wmDeleted property.
|
void |
setGswSkillId(int value)
Sets the value of the gswSkillId property.
|
void |
setGswTenantId(int value)
Sets the value of the gswTenantId property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmDeleted(boolean value)
Sets the value of the wmDeleted property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
java.lang.String |
toString() |
CfgSkill |
withGswSkillId(int value) |
CfgSkill |
withGswTenantId(int value) |
CfgSkill |
withTimestamp(long value) |
CfgSkill |
withWmBUId(int value) |
CfgSkill |
withWmDeleted(boolean value) |
CfgSkill |
withWmName(java.lang.String value) |
private static final long serialVersionUID
protected int gswSkillId
protected java.lang.String wmName
protected boolean wmDeleted
protected int gswTenantId
protected int wmBUId
protected long timestamp
public int getGswSkillId()
public void setGswSkillId(int value)
public java.lang.String getWmName()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic boolean isWmDeleted()
public void setWmDeleted(boolean value)
public int getGswTenantId()
public void setGswTenantId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgSkill withGswSkillId(int value)
public CfgSkill withWmName(java.lang.String value)
public CfgSkill withWmDeleted(boolean value)
public CfgSkill withGswTenantId(int value)
public CfgSkill withWmBUId(int value)
public CfgSkill withTimestamp(long value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.