org.jmythapi.database.impl
Class GuideDataThrough
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.database.impl.ADatabaseRow<IGuideDataThrough.Props>
org.jmythapi.database.impl.GuideDataThrough
- All Implemented Interfaces:
- Cloneable, IGuideDataThrough, IPropertyAware<IGuideDataThrough.Props>, IVersionable
public class GuideDataThrough
- extends ADatabaseRow<IGuideDataThrough.Props>
- implements IGuideDataThrough
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 class org.jmythapi.impl.AData |
getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject, toString |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
GuideDataThrough
public GuideDataThrough(ProtocolVersion protoVersion,
int dbVersion,
List<String> data)
getDate
public Date getDate()
- Description copied from interface:
IGuideDataThrough
- Gets the end date of the available guide-date.
- Specified by:
getDate
in interface IGuideDataThrough
- Returns:
- the end date of the available guide-data or
null
if unknown.
getHours
public int getHours()
- Description copied from interface:
IGuideDataThrough
- Gets the amount of hours for which guide-data is available.
- Specified by:
getHours
in interface IGuideDataThrough
- Returns:
- how many hours guide data is available
Copyright © 2008-2013. All Rights Reserved.