|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlmedia.playlist.pages.PlaylistBean
public class PlaylistBean
| Constructor Summary | |
|---|---|
PlaylistBean()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description. |
List<PlaylistEntryBean> |
getEntries()
Returns the entries. |
String |
getHandle()
Returns the handle. |
String |
getTitle()
Returns the title. |
String |
getUuid()
Returns the uuid. |
boolean |
isSearchBased()
Returns the searchBased. |
void |
setDescription(String description)
Sets the description. |
void |
setEntries(List<PlaylistEntryBean> entries)
Sets the entries. |
void |
setHandle(String handle)
Sets the handle. |
void |
setSearchBased(boolean searchBased)
Sets the searchBased. |
void |
setTitle(String title)
Sets the title. |
void |
setUuid(String uuid)
Sets the uuid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlaylistBean()
| Method Detail |
|---|
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getHandle()
public void setHandle(String handle)
handle - the handle to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic List<PlaylistEntryBean> getEntries()
public void setEntries(List<PlaylistEntryBean> entries)
entries - the entries to setpublic boolean isSearchBased()
public void setSearchBased(boolean searchBased)
searchBased - the searchBased to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||