org.ipdr.common
Class IPDRDocEnd

java.lang.Object
  extended by org.ipdr.common.IPDRDocEnd

public final class IPDRDocEnd
extends java.lang.Object

This class is used for marking end of IPDRDoc.


Field Summary
 int count_
          To store the number of records.
 long endTime_
          To store the end time.
 
Constructor Summary
IPDRDocEnd()
          Default Constructor.
IPDRDocEnd(int count, long endTime)
          Constructor with two parameters.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count_

public int count_
To store the number of records.


endTime_

public long endTime_
To store the end time.

Constructor Detail

IPDRDocEnd

public IPDRDocEnd()
Default Constructor.


IPDRDocEnd

public IPDRDocEnd(int count,
                  long endTime)
Constructor with two parameters.

Parameters:
count - The IPDR Count
endTime - The End Time