com.timeindexing.appl.playlist
Class IndexPropertiesItem

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

public class IndexPropertiesItem
extends AbstractPlayListItem

A PlayListItem which is constructed from an Index some IndexProperties.


Constructor Summary
IndexPropertiesItem(Index index, IndexProperties properties)
          Construct the IndexPropertiesItem
 
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

IndexPropertiesItem

public IndexPropertiesItem(Index index,
                           IndexProperties properties)
Construct the IndexPropertiesItem

Parameters:
index - the Index
properties - the IndexProperties
Method Detail

toString

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

Overrides:
toString in class java.lang.Object


Timeindexing 2008