public class

TimeZoneInfoImpl

extends Object
implements TimeZoneInfo
java.lang.Object
   ↳ com.atlassian.jira.timezone.TimeZoneInfoImpl

Summary

Public Constructors
TimeZoneInfoImpl(String timeZoneId, String displayName, TimeZone timeZone, I18nHelper i18nHelper, String regionKey)
Public Methods
int compareTo(TimeZoneInfo timeZoneInfo)
String getCity()
String getDisplayName()
String getGMTOffset()
String getRegionKey()
String getTimeZoneId()
String toString()
TimeZone toTimeZone()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.timezone.TimeZoneInfo
From interface java.lang.Comparable

Public Constructors

public TimeZoneInfoImpl (String timeZoneId, String displayName, TimeZone timeZone, I18nHelper i18nHelper, String regionKey)

Public Methods

public int compareTo (TimeZoneInfo timeZoneInfo)

public String getCity ()

public String getDisplayName ()

public String getGMTOffset ()

public String getRegionKey ()

public String getTimeZoneId ()

public String toString ()

public TimeZone toTimeZone ()