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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GlobalTimeParametersclone()Get a set of data that describes all of the parameters in a classintintbooleanvoidsetSelectedTimeSource(String selectedTimeSource) voidsetSmoothingTimeSeconds(int smoothingTimeSeconds) voidsetStartupDelay(int startupDelay) voidsetUpdateUTC(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
-
clone
-
getStartupDelay
public int getStartupDelay() -
setStartupDelay
public void setStartupDelay(int startupDelay) -
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-