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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classint
int
boolean
void
setSelectedTimeSource
(String selectedTimeSource) void
setSmoothingTimeSeconds
(int smoothingTimeSeconds) void
setStartupDelay
(int startupDelay) void
setUpdateUTC
(boolean updateUTC)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
GlobalTimeParameters
public GlobalTimeParameters()
-
-
Method Details
-
getSelectedTimeSource
- Returns:
- the selectedTimeSource
-
setSelectedTimeSource
- 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
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-