com.billpringle.utils.wrputils
Class WrpWordCount.WordCount

java.lang.Object
  extended by com.billpringle.utils.wrputils.WrpWordCount.WordCount
Enclosing class:
WrpWordCount

public class WrpWordCount.WordCount
extends java.lang.Object

Internal class for word count information

This class contains the following information:

id
Database key
key
The file code
word
The actual word
count
The number of times the word appears in file

Author:
Bill Pringle

Field Summary
 int count
           
 int id
           
 java.lang.String key
           
 java.lang.String word
           
 
Constructor Summary
WrpWordCount.WordCount()
          Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

key

public java.lang.String key

word

public java.lang.String word

count

public int count
Constructor Detail

WrpWordCount.WordCount

public WrpWordCount.WordCount()
Default constructor