com.timestock.tess.webservices.api
Class DIncidentRS

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

public class DIncidentRS
extends java.lang.Object

Incident ResultSet


Constructor Summary
DIncidentRS()
           
 
Method Summary
 DIncident[] getDIncident()
           
 int getNextStartIndex()
           
 void setDIncident(DIncident[] incidents)
           
 void setNextStartIndex(int nextStartIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIncidentRS

public DIncidentRS()
Method Detail

setDIncident

public void setDIncident(DIncident[] incidents)

getDIncident

public DIncident[] getDIncident()

setNextStartIndex

public void setNextStartIndex(int nextStartIndex)

getNextStartIndex

public int getNextStartIndex()