com.bramosystems.oss.player.playlist.client.asx
Class Repeat

java.lang.Object
  extended by com.bramosystems.oss.player.playlist.client.asx.Repeat

public class Repeat
extends Object

Defines the number of times the contained media entries should be played.

Since:
1.3
Author:
Sikirulai Braheem

Constructor Summary
Repeat()
          Constructor
 
Method Summary
 int getCount()
          Returns the repeat count
 List<ASXEntry> getEntries()
          Returns the playlist entries to be repeated
 List<String> getEntryRefs()
          Returns the URLs to external ASX playlists linked to this playlist
 void setCount(int count)
          Sets the repeat count
 void setEntries(List<ASXEntry> entries)
          Sets the playlist entries to be repeated
 void setEntryRefs(List<String> entryRefs)
          Sets the URLs of external ASX playlists linked to this playlist
 String toString()
          Returns a more descriptive representation of this .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Repeat

public Repeat()
Constructor

Method Detail

getCount

public int getCount()
Returns the repeat count

Returns:
the repeat count

setCount

public void setCount(int count)
Sets the repeat count

Parameters:
count - the repeat count

getEntries

public List<ASXEntry> getEntries()
Returns the playlist entries to be repeated

Returns:
the entries to be repeated

setEntries

public void setEntries(List<ASXEntry> entries)
Sets the playlist entries to be repeated

Parameters:
entries - the entries to be repeated

getEntryRefs

public List<String> getEntryRefs()
Returns the URLs to external ASX playlists linked to this playlist

Returns:
URLs of external ASX playlists

setEntryRefs

public void setEntryRefs(List<String> entryRefs)
Sets the URLs of external ASX playlists linked to this playlist

Parameters:
entryRefs - URLs of external ASX playlists

toString

public String toString()
Returns a more descriptive representation of this . Useful during debugging

Overrides:
toString in class Object


Copyright © 2009-2011. All Rights Reserved.