Package PamUtils.time

Class GlobalTimeParameters

java.lang.Object
PamUtils.time.GlobalTimeParameters
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class GlobalTimeParameters extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

  • Constructor Details

    • GlobalTimeParameters

      public GlobalTimeParameters()
  • Method Details

    • getSelectedTimeSource

      public String getSelectedTimeSource()
      Returns:
      the selectedTimeSource
    • setSelectedTimeSource

      public void setSelectedTimeSource(String selectedTimeSource)
      Parameters:
      selectedTimeSource - the selectedTimeSource to set
    • isUpdateUTC

      public boolean isUpdateUTC()
      Returns:
      the updateUTC
    • setUpdateUTC

      public void setUpdateUTC(boolean updateUTC)
      Parameters:
      updateUTC - the updateUTC to set
    • getSmoothingTimeSeconds

      public int getSmoothingTimeSeconds()
      Returns:
      the smoothingTimeSeconds
    • setSmoothingTimeSeconds

      public void setSmoothingTimeSeconds(int smoothingTimeSeconds)
      Parameters:
      smoothingTimeSeconds - the smoothingTimeSeconds to set
    • getStartupDelay

      public int getStartupDelay()
    • setStartupDelay

      public void setStartupDelay(int startupDelay)
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.