com.timestock.tess.webservices.api
Class DBusinessProcessStatsRS

java.lang.Object
  extended by com.timestock.tess.webservices.api.DBusinessProcessStatsRS

public class DBusinessProcessStatsRS
extends java.lang.Object

Business Process Statistics ResultSet


Constructor Summary
DBusinessProcessStatsRS()
           
 
Method Summary
 DBusinessProcessStats[] getDBusinessProcessStats()
           
 int getNextStartIndex()
           
 void setDBusinessProcessStats(DBusinessProcessStats[] stats)
           
 void setNextStartIndex(int nextStartIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBusinessProcessStatsRS

public DBusinessProcessStatsRS()
Method Detail

setDBusinessProcessStats

public void setDBusinessProcessStats(DBusinessProcessStats[] stats)

getDBusinessProcessStats

public DBusinessProcessStats[] getDBusinessProcessStats()

setNextStartIndex

public void setNextStartIndex(int nextStartIndex)

getNextStartIndex

public int getNextStartIndex()