com.timeindexing.appl.playlist
Class URIIndexPropertiesItem

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

public class URIIndexPropertiesItem
extends AbstractURIPlayListItem

A PlayListItem which is constructed from an Index URI some IndexProperties.


Constructor Summary
URIIndexPropertiesItem(java.net.URI uri, IndexProperties properties)
          Construct the IndexPropertiesItem
 
Method Summary
 IndexProperties getProperties()
          Get the properties.
 java.lang.String toString()
          Create a String view of this PlayListItem.
 
Methods inherited from class com.timeindexing.appl.playlist.AbstractURIPlayListItem
getIndex, getURI, setURI
 
Methods inherited from class com.timeindexing.appl.playlist.AbstractPlayListItem
getInterval, setIndex, setInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIIndexPropertiesItem

public URIIndexPropertiesItem(java.net.URI uri,
                              IndexProperties properties)
Construct the IndexPropertiesItem

Parameters:
uri - the Index URI
properties - the IndexProperties
Method Detail

getProperties

public IndexProperties getProperties()
Get the properties.


toString

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

Overrides:
toString in class java.lang.Object


Timeindexing 2008