ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgCallingListInfo extends CfgStructure
Constructor | Description |
---|---|
CfgCallingListInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgCallingListInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgCallingListInfo(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 |
---|---|---|
CfgCallingList |
getCallingList() |
A unique identifier of the
CfgCallingList
. |
java.lang.Integer |
getCallingListDBID() |
Retrieves the dbid of the object that is being linked to by the CallingList property.
|
CfgFlag |
getIsActive() |
An indicator of whether the calling
list is active.
|
java.lang.Integer |
getShare() |
A list share factor (list weight).
|
void |
setCallingList(CfgCallingList value) |
A unique identifier of the
CfgCallingList
. |
void |
setCallingListDBID(int dbid) |
A unique identifier of the
CfgCallingList
. |
void |
setIsActive(CfgFlag value) |
An indicator of whether the calling
list is active.
|
void |
setShare(java.lang.Integer value) |
A list share factor (list weight).
|
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 CfgCallingListInfo(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 CfgCallingListInfo(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 CfgCallingListInfo(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final CfgCallingList getCallingList()
CfgCallingList
. Mandatory.public final void setCallingList(CfgCallingList value)
CfgCallingList
. Mandatory.value
- new property valuegetCallingList()
public final void setCallingListDBID(int dbid)
CfgCallingList
. Mandatory.dbid
- DBID identifier of referred objectgetCallingList()
public final java.lang.Integer getCallingListDBID()
public final java.lang.Integer getShare()
public final void setShare(java.lang.Integer value)
value
- new property valuegetShare()
public final CfgFlag getIsActive()
CfgFlag
. Default value is CFGTrue
.public final void setIsActive(CfgFlag value)
CfgFlag
. Default value is CFGTrue
.value
- new property valuegetIsActive()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.