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 Link icon

    • DataAutomationInfo Link icon

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

    • getAutomation Link icon

      public DataAutomation getAutomation()
      Returns:
      the automation
    • setAutomation Link icon

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

      public String toString()
      Overrides:
      toString in class Object