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 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.
|
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 |
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 |
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 long timestamp
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 boolean isWmDeleted()
public void setWmDeleted(boolean value)
public int getGswTenantId()
public void setGswTenantId(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 withTimestamp(long 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.