org.jmythapi.protocol.response.impl.filters
Class ProgramInfoChannelIdRecordingStartTimeFilter

java.lang.Object
  extended by org.jmythapi.protocol.response.impl.filters.ProgramInfoChannelIdRecordingStartTimeFilter
All Implemented Interfaces:
IFilter<IProgramInfo.Props,IProgramInfo>, IProgramInfoFilter

public class ProgramInfoChannelIdRecordingStartTimeFilter
extends Object
implements IProgramInfoFilter


Constructor Summary
ProgramInfoChannelIdRecordingStartTimeFilter(Integer channelId, Date recStartTime)
           
 
Method Summary
 boolean accept(IProgramInfo program)
          Tests if the filter criteria matches onto the given program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramInfoChannelIdRecordingStartTimeFilter

public ProgramInfoChannelIdRecordingStartTimeFilter(Integer channelId,
                                                    Date recStartTime)
Method Detail

accept

public boolean accept(IProgramInfo program)
Description copied from interface: IProgramInfoFilter
Tests if the filter criteria matches onto the given program.

Specified by:
accept in interface IFilter<IProgramInfo.Props,IProgramInfo>
Specified by:
accept in interface IProgramInfoFilter
Parameters:
program - the program that should be tested
Returns:
true if the given program is accepted by the filter


Copyright © 2008-2013. All Rights Reserved.