|
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.CfgDNInfo
public class CfgDNInfo
Information about a DN.
Constructor Summary | |
---|---|
CfgDNInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. |
|
CfgDNInfo(IConfService confService,
ICfgObject parent)
This constructor is intended for creation of detached objects. |
|
CfgDNInfo(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 | |
---|---|
CfgDN |
getDN()
A unique identifier of the
CfgDN
. |
java.lang.Integer |
getDNDBID()
Retrieves the dbid of the object that is being linked to by the DN property. |
java.lang.Integer |
getTrunks()
Number of trunks associated with this DN. |
void |
setDN(CfgDN value)
A unique identifier of the
CfgDN
. |
void |
setDNDBID(int dbid)
A unique identifier of the
CfgDN
. |
void |
setTrunks(java.lang.Integer value)
Number of trunks associated with this DN. |
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 CfgDNInfo(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 CfgDNInfo(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 CfgDNInfo(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instanceMethod Detail |
---|
public final CfgDN getDN()
CfgDN
. Mandatory.
Once specified, cannot be changed. The same value cannot be repeated
within one list.
public final void setDN(CfgDN value)
CfgDN
. Mandatory.
Once specified, cannot be changed. The same value cannot be repeated
within one list.
value
- new property valuegetDN()
public final void setDNDBID(int dbid)
CfgDN
. Mandatory.
Once specified, cannot be changed. The same value cannot be repeated
within one list.
dbid
- DBID identifier of referred objectgetDN()
public final java.lang.Integer getDNDBID()
public final java.lang.Integer getTrunks()
CFGNetworkPorts
type.
public final void setTrunks(java.lang.Integer value)
CFGNetworkPorts
type.
value
- new property valuegetTrunks()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |