net.sourceforge.openutils.mgnlmedia.playlist.pages
Class PlaylistBean

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.playlist.pages.PlaylistBean

public class PlaylistBean
extends Object

Author:
dschivo

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.
 void setDescription(String description)
          Sets the description.
 void setEntries(List<PlaylistEntryBean> entries)
          Sets the entries.
 void setHandle(String handle)
          Sets the handle.
 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

PlaylistBean

public PlaylistBean()
Method Detail

getUuid

public String getUuid()
Returns the uuid.

Returns:
the uuid

setUuid

public void setUuid(String uuid)
Sets the uuid.

Parameters:
uuid - the uuid to set

getHandle

public String getHandle()
Returns the handle.

Returns:
the handle

setHandle

public void setHandle(String handle)
Sets the handle.

Parameters:
handle - the handle to set

getTitle

public String getTitle()
Returns the title.

Returns:
the title

setTitle

public void setTitle(String title)
Sets the title.

Parameters:
title - the title to set

getDescription

public String getDescription()
Returns the description.

Returns:
the description

setDescription

public void setDescription(String description)
Sets the description.

Parameters:
description - the description to set

getEntries

public List<PlaylistEntryBean> getEntries()
Returns the entries.

Returns:
the entries

setEntries

public void setEntries(List<PlaylistEntryBean> entries)
Sets the entries.

Parameters:
entries - the entries to set


Copyright © 2008-2010 Openmind. All Rights Reserved.