| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bramosystems.oss.player.playlist.client.asx.Repeat
public class Repeat
Defines the number of times the contained media entries should be played.
| Constructor Summary | |
|---|---|
| Repeat()Constructor | |
| Method Summary | |
|---|---|
|  int | getCount()Returns the repeat count | 
|  java.util.List<ASXEntry> | getEntries()Returns the playlist entries to be repeated | 
|  java.util.List<java.lang.String> | getEntryRefs()Returns the URLs to external ASX playlists linked to this playlist | 
|  void | setCount(int count)Sets the repeat count | 
|  void | setEntries(java.util.List<ASXEntry> entries)Sets the playlist entries to be repeated | 
|  void | setEntryRefs(java.util.List<java.lang.String> entryRefs)Sets the URLs of external ASX playlists linked to this playlist | 
|  java.lang.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 | 
|---|
public Repeat()
| Method Detail | 
|---|
public int getCount()
public void setCount(int count)
count - the repeat countpublic java.util.List<ASXEntry> getEntries()
public void setEntries(java.util.List<ASXEntry> entries)
entries - the entries to be repeatedpublic java.util.List<java.lang.String> getEntryRefs()
public void setEntryRefs(java.util.List<java.lang.String> entryRefs)
entryRefs - URLs of external ASX playlistspublic java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||