com.timeindexing.appl.playlist
Class AbstractPlayListItem

java.lang.Object
  extended by com.timeindexing.appl.playlist.AbstractPlayListItem
All Implemented Interfaces:
PlayListItem
Direct Known Subclasses:
AbstractURIPlayListItem, IndexPropertiesItem, IntervalItem

public abstract class AbstractPlayListItem
extends java.lang.Object
implements PlayListItem

AbstractPlayListItem is an abstract base class for all PlayItems.


Constructor Summary
AbstractPlayListItem()
           
 
Method Summary
 Index getIndex()
          Get the Index for this PlayItem.
 Interval getInterval()
          Get the Interval for this PlayItem.
 PlayListItem setIndex(Index anIndex)
          Set the Index for this PlayItem.
 PlayListItem setInterval(Interval anInterval)
          Set the Interval for this PlayItem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPlayListItem

public AbstractPlayListItem()
Method Detail

getIndex

public Index getIndex()
Get the Index for this PlayItem.

Specified by:
getIndex in interface PlayListItem

setIndex

public PlayListItem setIndex(Index anIndex)
Set the Index for this PlayItem.


getInterval

public Interval getInterval()
Get the Interval for this PlayItem.

Specified by:
getInterval in interface PlayListItem

setInterval

public PlayListItem setInterval(Interval anInterval)
Set the Interval for this PlayItem.



Timeindexing 2008