Class ProcessStatus

    • Constructor Detail

      • ProcessStatus

        public ProcessStatus​(IProcessingProgress processingProgress)
        Constructor
        Parameters:
        processingProgress - the processing progress
    • Method Detail

      • setProcessingProgress

        public void setProcessingProgress​(IProcessingProgress processingProgress)
        Sets the processingProgress
        Parameters:
        processingProgress - The processing progress to set
      • setHasNext

        public void setHasNext​(boolean hasNext)
        Set has next
        Parameters:
        hasNext - true if it has more to process.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()