org.jmythapi
Interface IGuideDataThrough
- All Superinterfaces:
- Cloneable, IPropertyAware<IGuideDataThrough.Props>, IVersionable
- All Known Implementing Classes:
- GuideDataThrough, GuideDataThrough
public interface IGuideDataThrough
- extends IVersionable, IPropertyAware<IGuideDataThrough.Props>
This interface represents the response to an IBackend.queryGuideDataThrough()
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
Response example:
<0>DATE_TIME: 2011-04-07 03:00
- Since:
- 15
- See Also:
IBackend.queryGuideDataThrough()
Method Summary |
Date |
getDate()
Gets the end date of the available guide-date. |
int |
getHours()
Gets the amount of hours for which guide-data is available. |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
getDate
Date getDate()
- Gets the end date of the available guide-date.
- Returns:
- the end date of the available guide-data or
null
if unknown.
getHours
int getHours()
- Gets the amount of hours for which guide-data is available.
- Returns:
- how many hours guide data is available
Copyright © 2008-2013. All Rights Reserved.