org.apache.ode.bpel.dao
Class ProcessInstanceDAO.EventsFirstLastCountTuple

java.lang.Object
  extended by org.apache.ode.bpel.dao.ProcessInstanceDAO.EventsFirstLastCountTuple
Enclosing interface:
ProcessInstanceDAO

public static class ProcessInstanceDAO.EventsFirstLastCountTuple
extends java.lang.Object

Transport object holding the date of the first and last instance event along with the number events.


Field Summary
 int count
           
 java.util.Date first
           
 java.util.Date last
           
 
Constructor Summary
ProcessInstanceDAO.EventsFirstLastCountTuple()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public java.util.Date first

last

public java.util.Date last

count

public int count
Constructor Detail

ProcessInstanceDAO.EventsFirstLastCountTuple

public ProcessInstanceDAO.EventsFirstLastCountTuple()