org.mythtv.services.api.v026.beans
Class TimeZoneInfo

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.TimeZoneInfo

public class TimeZoneInfo
extends java.lang.Object


Constructor Summary
TimeZoneInfo()
           
 
Method Summary
 org.joda.time.DateTime getCurrentDateTime()
           
 java.lang.String getTimeZoneId()
           
 int getUtcOffset()
           
 void setCurrentDateTime(org.joda.time.DateTime currentDateTime)
           
 void setTimeZoneId(java.lang.String timeZoneId)
           
 void setUtcOffset(int utcOffset)
           
 java.lang.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 java.lang.String getTimeZoneId()
Returns:
the timeZoneId

setTimeZoneId

public void setTimeZoneId(java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object