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

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.playlist.pages.AbstractPlaylistLink
All Implemented Interfaces:
PlaylistLink
Direct Known Subclasses:
MessageFormatPlaylistLink

public abstract class AbstractPlaylistLink
extends Object
implements PlaylistLink

Version:
$Id: $
Author:
ADMIN

Constructor Summary
AbstractPlaylistLink()
           
 
Method Summary
 String getIcon()
          
 String getText()
          
 boolean isExternal()
          
 void setExternal(boolean external)
          Sets the external.
 void setIcon(String icon)
          Sets the icon.
 void setText(String text)
          Sets the text.
abstract  String url(PlaylistBean playlist)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPlaylistLink

public AbstractPlaylistLink()
Method Detail

getText

public String getText()

Specified by:
getText in interface PlaylistLink

setText

public void setText(String text)
Sets the text.

Parameters:
text - the text to set

getIcon

public String getIcon()

Specified by:
getIcon in interface PlaylistLink

setIcon

public void setIcon(String icon)
Sets the icon.

Parameters:
icon - the icon to set

url

public abstract String url(PlaylistBean playlist)

Specified by:
url in interface PlaylistLink

isExternal

public boolean isExternal()

Specified by:
isExternal in interface PlaylistLink

setExternal

public void setExternal(boolean external)
Sets the external.

Parameters:
external - the external to set


Copyright © 2008-2011 Openmind. All Rights Reserved.