Package PamUtils.time
Class TimeDisplayParameters
java.lang.Object
PamUtils.time.TimeDisplayParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class TimeDisplayParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
static final int
static final int
static final int
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
TIME_ZONE_UTC
public static final int TIME_ZONE_UTC- See Also:
-
TIME_ZONE_OTHER
public static final int TIME_ZONE_OTHER- See Also:
-
TIME_ZONE_PC
public static final int TIME_ZONE_PC- See Also:
-
zoneType
public int zoneType -
timeZone
-
-
Constructor Details
-
TimeDisplayParameters
public TimeDisplayParameters()
-
-
Method Details
-
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.
-