|
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.CfgCampaignGroupInfo
public class CfgCampaignGroupInfo
Constructor Summary | |
---|---|
CfgCampaignGroupInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. |
|
CfgCampaignGroupInfo(IConfService confService,
ICfgObject parent)
This constructor is intended for creation of detached objects. |
|
CfgCampaignGroupInfo(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 |
getDescription()
|
CfgApplication |
getDialer()
|
java.lang.Integer |
getDialerDBID()
Retrieves the dbid of the object that is being linked to by the Dialer property. |
CfgDialMode |
getDialMode()
|
java.lang.Integer |
getGroupDBID()
|
CfgObjectType |
getGroupType()
|
CfgFlag |
getIsActive()
|
java.lang.Integer |
getMinRecBuffSize()
|
java.lang.Integer |
getNumOfChannels()
|
CfgOperationMode |
getOperationMode()
|
CfgOptimizationMethod |
getOptMethod()
|
java.lang.Integer |
getOptMethodValue()
|
java.lang.Integer |
getOptRecBuffSize()
|
CfgDN |
getOrigDN()
|
java.lang.Integer |
getOrigDNDBID()
Retrieves the dbid of the object that is being linked to by the OrigDN property. |
CfgScript |
getScript()
|
java.lang.Integer |
getScriptDBID()
Retrieves the dbid of the object that is being linked to by the Script property. |
CfgApplication |
getStatServer()
|
java.lang.Integer |
getStatServerDBID()
Retrieves the dbid of the object that is being linked to by the StatServer property. |
CfgDN |
getTrunkGroupDN()
|
java.lang.Integer |
getTrunkGroupDNDBID()
Retrieves the dbid of the object that is being linked to by the TrunkGroupDN property. |
void |
setDescription(java.lang.String value)
|
void |
setDialer(CfgApplication value)
|
void |
setDialerDBID(int dbid)
|
void |
setDialMode(CfgDialMode value)
|
void |
setGroupDBID(java.lang.Integer value)
|
void |
setGroupType(CfgObjectType value)
|
void |
setIsActive(CfgFlag value)
|
void |
setMinRecBuffSize(java.lang.Integer value)
|
void |
setNumOfChannels(java.lang.Integer value)
|
void |
setOperationMode(CfgOperationMode value)
|
void |
setOptMethod(CfgOptimizationMethod value)
|
void |
setOptMethodValue(java.lang.Integer value)
|
void |
setOptRecBuffSize(java.lang.Integer value)
|
void |
setOrigDN(CfgDN value)
|
void |
setOrigDNDBID(int dbid)
|
void |
setScript(CfgScript value)
|
void |
setScriptDBID(int dbid)
|
void |
setStatServer(CfgApplication value)
|
void |
setStatServerDBID(int dbid)
|
void |
setTrunkGroupDN(CfgDN value)
|
void |
setTrunkGroupDNDBID(int dbid)
|
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 CfgCampaignGroupInfo(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 CfgCampaignGroupInfo(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 CfgCampaignGroupInfo(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instanceMethod Detail |
---|
public final java.lang.Integer getGroupDBID()
public final void setGroupDBID(java.lang.Integer value)
public final CfgObjectType getGroupType()
public final void setGroupType(CfgObjectType value)
public final java.lang.String getDescription()
public final void setDescription(java.lang.String value)
public final CfgApplication getDialer()
public final void setDialer(CfgApplication value)
public final void setDialerDBID(int dbid)
public final java.lang.Integer getDialerDBID()
public final CfgApplication getStatServer()
public final void setStatServer(CfgApplication value)
public final void setStatServerDBID(int dbid)
public final java.lang.Integer getStatServerDBID()
public final CfgFlag getIsActive()
public final void setIsActive(CfgFlag value)
public final CfgDialMode getDialMode()
public final void setDialMode(CfgDialMode value)
public final CfgDN getOrigDN()
public final void setOrigDN(CfgDN value)
public final void setOrigDNDBID(int dbid)
public final java.lang.Integer getOrigDNDBID()
public final java.lang.Integer getNumOfChannels()
public final void setNumOfChannels(java.lang.Integer value)
public final CfgOperationMode getOperationMode()
public final void setOperationMode(CfgOperationMode value)
public final java.lang.Integer getMinRecBuffSize()
public final void setMinRecBuffSize(java.lang.Integer value)
public final java.lang.Integer getOptRecBuffSize()
public final void setOptRecBuffSize(java.lang.Integer value)
public final CfgOptimizationMethod getOptMethod()
public final void setOptMethod(CfgOptimizationMethod value)
public final java.lang.Integer getOptMethodValue()
public final void setOptMethodValue(java.lang.Integer value)
public final CfgScript getScript()
public final void setScript(CfgScript value)
public final void setScriptDBID(int dbid)
public final java.lang.Integer getScriptDBID()
public final CfgDN getTrunkGroupDN()
public final void setTrunkGroupDN(CfgDN value)
public final void setTrunkGroupDNDBID(int dbid)
public final java.lang.Integer getTrunkGroupDNDBID()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |