Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgStatInterval

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.CfgStatInterval
All Implemented Interfaces:
ICfgBase, ICfgStructure

public class CfgStatInterval
extends CfgStructure

Use a Statistical Interval to associate each Statistical Interval with certain Statistical Values.

For the missing intervals, the stat values shall be assumed to be zero.

The current version of Configuration Server does not verify correspondence between the values of intervalCount and the current settings of intervalLength, startTime and endTime in CfgStatDay . Such verification may be added in one of the next releases. At the moment, it is users' responsibility to make sure the values of intervalCount make sense.


Constructor Summary
CfgStatInterval(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgStatInterval(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgStatInterval(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.Integer getIntervalCount()
          Interval's number.
 java.lang.Integer getStatValue1()
           
 java.lang.Integer getStatValue2()
           
 java.lang.Integer getStatValue3()
           
 java.lang.Integer getStatValue4()
           
 void setIntervalCount(java.lang.Integer value)
          Interval's number.
 void setStatValue1(java.lang.Integer value)
           
 void setStatValue2(java.lang.Integer value)
           
 void setStatValue3(java.lang.Integer value)
           
 void setStatValue4(java.lang.Integer value)
           
 
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

CfgStatInterval

public CfgStatInterval(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

CfgStatInterval

public CfgStatInterval(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

CfgStatInterval

public CfgStatInterval(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

getIntervalCount

public final java.lang.Integer getIntervalCount()
Interval's number. Once specified, cannot be changed. The first interval has number 1. First interval is always counted from the start of business time set by startTime in CfgStatDay .

Returns:
property value or null

setIntervalCount

public final void setIntervalCount(java.lang.Integer value)
Interval's number. Once specified, cannot be changed. The first interval has number 1. First interval is always counted from the start of business time set by startTime in CfgStatDay .

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

getStatValue1

public final java.lang.Integer getStatValue1()

setStatValue1

public final void setStatValue1(java.lang.Integer value)

getStatValue2

public final java.lang.Integer getStatValue2()

setStatValue2

public final void setStatValue2(java.lang.Integer value)

getStatValue3

public final java.lang.Integer getStatValue3()

setStatValue3

public final void setStatValue3(java.lang.Integer value)

getStatValue4

public final java.lang.Integer getStatValue4()

setStatValue4

public final void setStatValue4(java.lang.Integer value)

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.