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

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

public class PlaylistEntryBean
extends Object

Author:
dschivo

Constructor Summary
PlaylistEntryBean()
           
 
Method Summary
 String getDescription()
          Returns the description.
 String getHandle()
          Returns the handle.
 String getMedia()
          Returns the media.
 String getMediaDialog()
          Returns the mediaDialog.
 String getMediaHandle()
          Returns the mediaHandle.
 String getTags()
          Returns the tags.
 String getThumbnail()
          Returns the thumbnail.
 String getTitle()
          Returns the title.
 String getType()
          Returns the type.
 void setDescription(String description)
          Sets the description.
 void setHandle(String handle)
          Sets the handle.
 void setMedia(String media)
          Sets the media.
 void setMediaDialog(String mediaDialog)
          Sets the mediaDialog.
 void setMediaHandle(String mediaHandle)
          Sets the mediaHandle.
 void setTags(String tags)
          Sets the tags.
 void setThumbnail(String thumbnail)
          Sets the thumbnail.
 void setTitle(String title)
          Sets the title.
 void setType(String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaylistEntryBean

public PlaylistEntryBean()
Method Detail

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

getMedia

public String getMedia()
Returns the media.

Returns:
the media

setMedia

public void setMedia(String media)
Sets the media.

Parameters:
media - the media to set

getMediaHandle

public String getMediaHandle()
Returns the mediaHandle.

Returns:
the mediaHandle

setMediaHandle

public void setMediaHandle(String mediaHandle)
Sets the mediaHandle.

Parameters:
mediaHandle - the mediaHandle to set

getMediaDialog

public String getMediaDialog()
Returns the mediaDialog.

Returns:
the mediaDialog

setMediaDialog

public void setMediaDialog(String mediaDialog)
Sets the mediaDialog.

Parameters:
mediaDialog - the mediaDialog to set

getThumbnail

public String getThumbnail()
Returns the thumbnail.

Returns:
the thumbnail

setThumbnail

public void setThumbnail(String thumbnail)
Sets the thumbnail.

Parameters:
thumbnail - the thumbnail to set

getType

public String getType()
Returns the type.

Returns:
the type

setType

public void setType(String type)
Sets the type.

Parameters:
type - the type 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

getTags

public String getTags()
Returns the tags.

Returns:
the tags

setTags

public void setTags(String tags)
Sets the tags.

Parameters:
tags - the tags to set


Copyright © 2008-2011 Openmind. All Rights Reserved.