www.element4solution.com

e4s.application
Class TimeZone

java.lang.Object
  extended by e4s.util.E4Long
      extended by e4s.application.TimeZone
All Implemented Interfaces:
java.lang.Comparable

public class TimeZone
extends E4Long

TimeZone representation.

See Also:
T_E4S_COMPANY_USER_Sel.COL_TIMEZONE

Field Summary
static E4DBColumnType _DATATYPE
           
static TimeZone GMT0
          GMT 0 Zone.
 
Constructor Summary
TimeZone(E4Long tz)
           
TimeZone(long tz)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
static java.lang.String getDesignation(TimeZone tzone)
           
static E4DBTypeUsage[] getUsage()
          Returns null, only for compatibility reasons.
 long getZone()
           
static E4SelectValues getZoneSelection()
           
static void init()
           
static TimeZone newInstance(E4Long tz)
           
static TimeZone newInstance(long tz)
           
 
Methods inherited from class e4s.util.E4Long
add, add, add, add, clone, compareTo, equals, equals, format, format, format, longValue, set, set, set, set, set, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GMT0

public static final TimeZone GMT0
GMT 0 Zone.


_DATATYPE

public static final E4DBColumnType _DATATYPE
Constructor Detail

TimeZone

public TimeZone(long tz)

TimeZone

public TimeZone(E4Long tz)
Method Detail

getZone

public long getZone()

getUsage

public static E4DBTypeUsage[] getUsage()
Returns null, only for compatibility reasons.

Returns:
null (always).

newInstance

public static TimeZone newInstance(long tz)

newInstance

public static TimeZone newInstance(E4Long tz)

init

public static void init()

getDesignation

public static java.lang.String getDesignation(TimeZone tzone)

getZoneSelection

public static E4SelectValues getZoneSelection()

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com