Package PamguardMVC

Class DataAutomationInfo

java.lang.Object
PamguardMVC.DataAutomationInfo

public class DataAutomationInfo extends Object
Returned by datablocks, though default is null, to give information on how automatic the process was.
Author:
dg50
  • Constructor Details

    • DataAutomationInfo

      public DataAutomationInfo(DataAutomation automation)
      Parameters:
      automation -
  • Method Details

    • getAutomation

      public DataAutomation getAutomation()
      Returns:
      the automation
    • setAutomation

      public void setAutomation(DataAutomation automation)
      Parameters:
      automation - the automation to set
    • toString

      public String toString()
      Overrides:
      toString in class Object