|
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.CfgStatInterval
public class CfgStatInterval
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 |
---|
public CfgStatInterval(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 CfgStatInterval(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 CfgStatInterval(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 getIntervalCount()
startTime
in
CfgStatDay
.
public final void setIntervalCount(java.lang.Integer value)
startTime
in
CfgStatDay
.
value
- new property valuegetIntervalCount()
public final java.lang.Integer getStatValue1()
public final void setStatValue1(java.lang.Integer value)
public final java.lang.Integer getStatValue2()
public final void setStatValue2(java.lang.Integer value)
public final java.lang.Integer getStatValue3()
public final void setStatValue3(java.lang.Integer value)
public final java.lang.Integer getStatValue4()
public final void setStatValue4(java.lang.Integer value)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |