org.mythtv.services.api.v026.beans
Class TimeZoneInfo
java.lang.Object
org.mythtv.services.api.v026.beans.TimeZoneInfo
public class TimeZoneInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TimeZoneInfo
public TimeZoneInfo()
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