Class SplitRange


  • public class SplitRange
    extends Object
    A single document as identified when splitting a multi-document source file.
    • Field Detail

      • pageRange

        public ArrayList<Integer> pageRange
        0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.
      • documentType

        public String documentType
        The document type, as identified on given classification values.
    • Constructor Detail

      • SplitRange

        public SplitRange()
    • Method Detail

      • getPageRange

        public ArrayList<Integer> getPageRange()
        0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.
      • getDocumentType

        public String getDocumentType()
        The document type, as identified on given classification values.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object