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
FieldsModifier and TypeFieldDescriptionstatic final longstatic final intstatic final intstatic final intint - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected TimeDisplayParametersclone()Get 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
- 
clone
 - 
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.
 
 
 -