ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgSkillLevel extends CfgStructure
Constructor | Description |
---|---|
CfgSkillLevel(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSkillLevel(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSkillLevel(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Integer |
getLevel() |
Level of the skill.
|
CfgSkill |
getSkill() |
A unique identifier of the skill
the level relates to.
|
java.lang.Integer |
getSkillDBID() |
Retrieves the dbid of the object that is being linked to by the Skill property.
|
void |
setLevel(java.lang.Integer value) |
Level of the skill.
|
void |
setSkill(CfgSkill value) |
A unique identifier of the skill
the level relates to.
|
void |
setSkillDBID(int dbid) |
A unique identifier of the skill
the level relates to.
|
clone, ensureDataBackup, equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, reloadObjectWithNewData, resolveLink, setProperty, toString, toStringProperties, toXml
getParent, updateChildrenSavedState
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
public CfgSkillLevel(IConfService confService, ConfStructure objData, ICfgObject parent)
confService
- configuration service instanceobjData
- configuration protocol structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgSkillLevel(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
confService
- configuration service instancexmlData
- XML object containing structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgSkillLevel(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final CfgSkill getSkill()
CfgSkill
. Mandatory.
Once specified, cannot be changed. This skill must belong to the
tenant that this agent belongs to. The same value cannot be repeated
within one list.public final void setSkill(CfgSkill value)
CfgSkill
. Mandatory.
Once specified, cannot be changed. This skill must belong to the
tenant that this agent belongs to. The same value cannot be repeated
within one list.value
- new property valuegetSkill()
public final void setSkillDBID(int dbid)
CfgSkill
. Mandatory.
Once specified, cannot be changed. This skill must belong to the
tenant that this agent belongs to. The same value cannot be repeated
within one list.dbid
- DBID identifier of referred objectgetSkill()
public final java.lang.Integer getSkillDBID()
public final java.lang.Integer getLevel()
public final void setLevel(java.lang.Integer value)
value
- new property valuegetLevel()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.