|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgBase
com.genesyslab.platform.applicationblocks.com.CfgStructure
com.genesyslab.platform.applicationblocks.com.objects.CfgDNAccessNumber
public class CfgDNAccessNumber
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 |
---|
public CfgDNAccessNumber(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 CfgDNAccessNumber(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 CfgDNAccessNumber(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instanceMethod Detail |
---|
public final CfgSwitch getSwitch()
Switch
that initiates call. Mandatory.
public final void setSwitch(CfgSwitch value)
Switch
that initiates call. Mandatory.
value
- new property valuegetSwitch()
public final void setSwitchDBID(int dbid)
Switch
that initiates call. Mandatory.
dbid
- DBID identifier of referred objectgetSwitch()
public final java.lang.Integer getSwitchDBID()
public final java.lang.String getNumber()
public final void setNumber(java.lang.String value)
value
- new property valuegetNumber()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |