Class IntegerReport

java.lang.Object
com.regnosys.rosetta.common.hashing.IntegerReport
All Implemented Interfaces:
com.rosetta.model.lib.process.BuilderProcessor.Report, com.rosetta.model.lib.process.Processor.Report

public class IntegerReport extends Object implements com.rosetta.model.lib.process.BuilderProcessor.Report, com.rosetta.model.lib.process.Processor.Report
Author:
TomForwood a Processor or BuilderProcessor report that contains an integer and allows accumulation too that integer to form a hash
  • Constructor Details

    • IntegerReport

      public IntegerReport(int result)
  • Method Details

    • accumulate

      public void accumulate()
    • accumulate

      public void accumulate(int newValue)
    • getResult

      public int getResult()
    • toString

      public String toString()
      Overrides:
      toString in class Object