|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.common.IPDRDocEnd
public final class IPDRDocEnd
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 |
---|
public int count_
public long endTime_
Constructor Detail |
---|
public IPDRDocEnd()
public IPDRDocEnd(int count, long endTime)
count
- The IPDR CountendTime
- The End Time
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |