com.timeindexing.appl.playlist
Class IntervalItem

java.lang.Object
  extended by com.timeindexing.appl.playlist.AbstractPlayListItem
      extended by com.timeindexing.appl.playlist.IntervalItem
All Implemented Interfaces:
PlayListItem

public class IntervalItem
extends AbstractPlayListItem

A PlayListItem which is constructed from an Index an Interval.


Constructor Summary
IntervalItem(Index index, Interval interval)
          Construct the IntervalItem
 
Method Summary
 java.lang.String toString()
          Create a String view of this PlayListItem.
 
Methods inherited from class com.timeindexing.appl.playlist.AbstractPlayListItem
getIndex, getInterval, setIndex, setInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntervalItem

public IntervalItem(Index index,
                    Interval interval)
Construct the IntervalItem

Parameters:
index - the Index
interval - the Interval
Method Detail

toString

public java.lang.String toString()
Create a String view of this PlayListItem.

Overrides:
toString in class java.lang.Object


Timeindexing 2008