twitter4j.internal.json
Class TimeZoneJSONImpl

java.lang.Object
  extended by twitter4j.internal.json.TimeZoneJSONImpl
All Implemented Interfaces:
Serializable, TimeZone

public class TimeZoneJSONImpl
extends Object
implements TimeZone

Author:
Alessandro Bahgat - ale.bahgat at gmail.com
See Also:
Serialized Form

Method Summary
 String getName()
           
 String tzinfoName()
           
 int utcOffset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface TimeZone

tzinfoName

public String tzinfoName()
Specified by:
tzinfoName in interface TimeZone

utcOffset

public int utcOffset()
Specified by:
utcOffset in interface TimeZone


Copyright © 2012. All Rights Reserved.