org.jmythapi.protocol.response.impl
Class Timezone

java.lang.Object
  extended by org.jmythapi.impl.AData<E>
      extended by org.jmythapi.protocol.response.impl.AMythResponse<ITimezone.Props>
          extended by org.jmythapi.protocol.response.impl.Timezone
All Implemented Interfaces:
Cloneable, IPropertyAware<ITimezone.Props>, IVersionable, ISendable, IMythResponse<ITimezone.Props>, ITimezone

public class Timezone
extends AMythResponse<ITimezone.Props>
implements ITimezone

See Also:
Backend.queryTimeZone()

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.protocol.response.ITimezone
ITimezone.Props
 
Field Summary
 
Fields inherited from class org.jmythapi.impl.AData
logger, propsClass, protoVersion, respArgs
 
Constructor Summary
Timezone(IMythPacket packet)
           
 
Method Summary
 Date getCurrentDate()
           
 TimeZone getTimeZone()
           
 String getTimeZoneID()
           
 Integer getUTCOffset()
           
 
Methods inherited from class org.jmythapi.protocol.response.impl.AMythResponse
checkSize, decodeProperty, encodeProperty, getExpectedSize, getPacket, getProperties, getProperty, getPropertyIndex
 
Methods inherited from class org.jmythapi.impl.AData
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 

Constructor Detail

Timezone

public Timezone(IMythPacket packet)
Method Detail

getTimeZoneID

public String getTimeZoneID()
Specified by:
getTimeZoneID in interface ITimezone

getUTCOffset

public Integer getUTCOffset()
Specified by:
getUTCOffset in interface ITimezone

getTimeZone

public TimeZone getTimeZone()
Specified by:
getTimeZone in interface ITimezone

getCurrentDate

public Date getCurrentDate()
Specified by:
getCurrentDate in interface ITimezone


Copyright © 2008-2013. All Rights Reserved.