com.genesyslab.platform.applicationblocks.com.objects
Class CfgDetectEvent
java.lang.Object
com.genesyslab.platform.applicationblocks.com.CfgBase
com.genesyslab.platform.applicationblocks.com.CfgStructure
com.genesyslab.platform.applicationblocks.com.objects.CfgDetectEvent
- All Implemented Interfaces:
- ICfgBase, ICfgStructure
public class CfgDetectEvent
- extends CfgStructure
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase |
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 |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CfgDetectEvent
public CfgDetectEvent(IConfService confService,
ConfStructure objData,
ICfgObject parent)
- This constructor is intended for creation of structures from external or imported XML data.
It is internally used by COM AB for objects and structures deserialization.
- Parameters:
confService
- configuration service instanceobjData
- configuration protocol structure dataparent
- instance of configuration object as a parent for this structure instance
CfgDetectEvent
public CfgDetectEvent(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent)
- This constructor is intended for creation of structures from external or imported XML data.
It is internally used by COM AB for objects and structures deserialization.
- Parameters:
confService
- configuration service instancexmlData
- XML object containing structure dataparent
- instance of configuration object as a parent for this structure instance
CfgDetectEvent
public CfgDetectEvent(IConfService confService,
ICfgObject parent)
- This constructor is intended for creation of detached objects.
- Parameters:
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instance
getLogEventID
public final java.lang.Integer getLogEventID()
setLogEventID
public final void setLogEventID(java.lang.Integer value)
getSelectionMode
public final CfgSelectionMode getSelectionMode()
setSelectionMode
public final void setSelectionMode(CfgSelectionMode value)
getAppType
public final CfgAppType getAppType()
setAppType
public final void setAppType(CfgAppType value)
getApp
public final CfgApplication getApp()
setApp
public final void setApp(CfgApplication value)
setAppDBID
public final void setAppDBID(int dbid)
getAppDBID
public final java.lang.Integer getAppDBID()
- Retrieves the dbid of the object that is being linked to by the App property.
- Returns:
- DBID identifier of referred object or null
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.