org.mythtv.services.api.myth
Class TimeZoneInfo

java.lang.Object
  extended by org.mythtv.services.api.myth.TimeZoneInfo

public class TimeZoneInfo
extends Object

Author:
Daniel Frey

Constructor Summary
TimeZoneInfo()
           
 
Method Summary
 org.joda.time.DateTime getCurrentDateTime()
           
 String getTimeZoneId()
           
 int getUtcOffset()
           
 void setCurrentDateTime(org.joda.time.DateTime currentDateTime)
           
 void setTimeZoneId(String timeZoneId)
           
 void setUtcOffset(int utcOffset)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeZoneInfo

public TimeZoneInfo()
Method Detail

getTimeZoneId

public String getTimeZoneId()
Returns:
the timeZoneId

setTimeZoneId

public void setTimeZoneId(String timeZoneId)
Parameters:
timeZoneId - the timeZoneId to set

getUtcOffset

public int getUtcOffset()
Returns:
the utcOffset

setUtcOffset

public void setUtcOffset(int utcOffset)
Parameters:
utcOffset - the utcOffset to set

getCurrentDateTime

public org.joda.time.DateTime getCurrentDateTime()
Returns:
the currentDateTime

setCurrentDateTime

public void setCurrentDateTime(org.joda.time.DateTime currentDateTime)
Parameters:
currentDateTime - the currentDateTime to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.