|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlmedia.playlist.pages.PlaylistEntryBean
public class PlaylistEntryBean
| Constructor Summary | |
|---|---|
PlaylistEntryBean()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description. |
String |
getHandle()
Returns the handle. |
String |
getMedia()
Returns the media. |
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 |
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 |
|---|
public PlaylistEntryBean()
| Method Detail |
|---|
public String getHandle()
public void setHandle(String handle)
handle - the handle to setpublic String getMedia()
public void setMedia(String media)
media - the media to setpublic String getThumbnail()
public void setThumbnail(String thumbnail)
thumbnail - the thumbnail to setpublic String getType()
public void setType(String type)
type - the type 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 String getTags()
public void setTags(String tags)
tags - the tags to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||