Class FileSeedInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileSeedInfo
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
      protected java.lang.String docId  
      protected int elementCount  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSeedInfo​(java.lang.String docId, int elementCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocId()  
      int getElementCount()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • docId

        protected java.lang.String docId
      • elementCount

        protected int elementCount
    • Constructor Detail

      • FileSeedInfo

        public FileSeedInfo​(java.lang.String docId,
                            int elementCount)
    • Method Detail

      • getDocId

        public java.lang.String getDocId()
      • getElementCount

        public int getElementCount()