com.raritantechnologies.concept
Class DocumentCounter

java.lang.Object
  extended bycom.raritantechnologies.concept.DocumentCounter

public class DocumentCounter
extends java.lang.Object

Bean class that maintains a count of hits for a Document object.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
DocumentCounter(Document doc, int initCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentCounter

public DocumentCounter(Document doc,
                       int initCount)