org.jmythapi.protocol.response.impl
Class GuideDataThrough

java.lang.Object
  extended by org.jmythapi.impl.AData<E>
      extended by org.jmythapi.protocol.response.impl.AMythResponse<IGuideDataThrough.Props>
          extended by org.jmythapi.protocol.response.impl.GuideDataThrough
All Implemented Interfaces:
Cloneable, IGuideDataThrough, IPropertyAware<IGuideDataThrough.Props>, IVersionable, ISendable, IMythResponse<IGuideDataThrough.Props>

public class GuideDataThrough
extends AMythResponse<IGuideDataThrough.Props>
implements IGuideDataThrough


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.IGuideDataThrough
IGuideDataThrough.Props
 
Field Summary
 
Fields inherited from class org.jmythapi.impl.AData
logger, propsClass, protoVersion, respArgs
 
Constructor Summary
GuideDataThrough(IMythPacket packet)
           
 
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.protocol.response.impl.AMythResponse
checkSize, decodeProperty, encodeProperty, getExpectedSize, getPacket, getProperties, getProperty, getPropertyIndex
 
Methods inherited from class org.jmythapi.impl.AData
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 

Constructor Detail

GuideDataThrough

public GuideDataThrough(IMythPacket packet)
Method Detail

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.