Class RowValuesWithUpdateChecker

Object
RowValuesWithUpdateChecker

public class RowValuesWithUpdateChecker extends Object
This class contains row values and the update checker that can be used to see if these row values may have been outdated.
See Also:
  • Constructor Details

    • RowValuesWithUpdateChecker

      public RowValuesWithUpdateChecker(RowValues rowValues, AttributeUpdateChecker updateChecker)
      Creates an instance of the class.
      Parameters:
      rowValues - row values
      updateChecker - update checker
  • Method Details

    • getRowValues

      public RowValues getRowValues()
      Returns the row values.
      Returns:
      row values
    • getUpdateChecker

      public AttributeUpdateChecker getUpdateChecker()
      Returns the update checker.
      Returns:
      update checker