Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgDNAccessNumber

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.com.CfgBase
      extended by com.genesyslab.platform.applicationblocks.com.CfgStructure
          extended by com.genesyslab.platform.applicationblocks.com.objects.CfgDNAccessNumber
All Implemented Interfaces:
ICfgBase, ICfgStructure

public class CfgDNAccessNumber
extends CfgStructure

CfgDNAccessNumber displays a list of numbers that are dialed from the specified Switch to reach this DN.

It is only applicable to the External Routing Point or Access Resource DN types.

The uniqueness of the CfgDNAccessNumber is defined by the combination of the switchDBID and number properties.


Constructor Summary
CfgDNAccessNumber(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDNAccessNumber(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgDNAccessNumber(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
 
Method Summary
 java.lang.String getNumber()
          A set of digits to be dialed by T-Server/Switch to reach specific external routing point(this DN).
 CfgSwitch getSwitch()
          A unique identifier of the Switch that initiates call.
 java.lang.Integer getSwitchDBID()
          Retrieves the dbid of the object that is being linked to by the Switch property.
 void setNumber(java.lang.String value)
          A set of digits to be dialed by T-Server/Switch to reach specific external routing point(this DN).
 void setSwitch(CfgSwitch value)
          A unique identifier of the Switch that initiates call.
 void setSwitchDBID(int dbid)
          A unique identifier of the Switch that initiates call.
 
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgStructure
getParent, updateChildrenSavedState
 
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
 
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
 

Constructor Detail

CfgDNAccessNumber

public CfgDNAccessNumber(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 instance
objData - configuration protocol structure data
parent - instance of configuration object as a parent for this structure instance

CfgDNAccessNumber

public CfgDNAccessNumber(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 instance
xmlData - XML object containing structure data
parent - instance of configuration object as a parent for this structure instance

CfgDNAccessNumber

public CfgDNAccessNumber(IConfService confService,
                         ICfgObject parent)
This constructor is intended for creation of detached objects.

Parameters:
confService - configuration service instance
parent - instance of configuration object as a parent for this structure instance
Method Detail

getSwitch

public final CfgSwitch getSwitch()
A unique identifier of the Switch that initiates call. Mandatory.

Returns:
instance of referred object or null

setSwitch

public final void setSwitch(CfgSwitch value)
A unique identifier of the Switch that initiates call. Mandatory.

Parameters:
value - new property value
See Also:
getSwitch()

setSwitchDBID

public final void setSwitchDBID(int dbid)
A unique identifier of the Switch that initiates call. Mandatory.

Parameters:
dbid - DBID identifier of referred object
See Also:
getSwitch()

getSwitchDBID

public final java.lang.Integer getSwitchDBID()
Retrieves the dbid of the object that is being linked to by the Switch property.

Returns:
DBID identifier of referred object or null

getNumber

public final java.lang.String getNumber()
A set of digits to be dialed by T-Server/Switch to reach specific external routing point(this DN).

Returns:
property value or null

setNumber

public final void setNumber(java.lang.String value)
A set of digits to be dialed by T-Server/Switch to reach specific external routing point(this DN).

Parameters:
value - new property value
See Also:
getNumber()

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.