|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlmedia.media.pages.MediaBean
public class MediaBean
Store media info for rendering in MediaFolderViewPage
| Constructor Summary | |
|---|---|
MediaBean()
|
|
| Method Summary | |
|---|---|
info.magnolia.cms.core.Content |
getContent()
Returns the content. |
String |
getDescription()
Returns the description. |
String |
getFilename()
Returns the filename. |
String |
getHandle()
Returns the handle. |
Map<String,String> |
getMediaInfo()
Returns the mediaInfo |
info.magnolia.cms.core.MetaData |
getMetaData()
Returns the metaData. |
String |
getPreviewUrl()
Returns the previewUrl. |
String |
getThumbnailUrl()
Returns the thumbnailUrl. |
String |
getTitle()
Returns the title. |
List<String> |
getUsedInWebPages()
Returns the usedInWebPages. |
String |
getUuid()
Returns the uuid. |
boolean |
isCanPublish()
Returns the canPublish. |
boolean |
isExternal()
|
boolean |
isWritable()
Returns the writable. |
void |
setCanPublish(boolean canPublish)
Sets the canPublish. |
void |
setContent(info.magnolia.cms.core.Content content)
Sets the content. |
void |
setDescription(String description)
Sets the description. |
void |
setExternal(boolean external)
|
void |
setFilename(String filename)
Sets the filename. |
void |
setHandle(String handle)
Sets the handle. |
void |
setMediaInfo(Map<String,String> mediaInfo)
Sets the mediaInfo. |
void |
setMetaData(info.magnolia.cms.core.MetaData metaData)
Sets the metaData. |
void |
setPreviewUrl(String previewUrl)
Sets the previewUrl. |
void |
setThumbnailUrl(String thumbnailUrl)
Sets the thumbnailUrl. |
void |
setTitle(String title)
Sets the title. |
void |
setUsedInWebPages(List<String> usedInWebPages)
Sets the usedInWebPages. |
void |
setUuid(String uuid)
Sets the uuid. |
void |
setWritable(boolean writable)
Sets the writable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaBean()
| Method Detail |
|---|
public info.magnolia.cms.core.MetaData getMetaData()
public void setMetaData(info.magnolia.cms.core.MetaData metaData)
metaData - the metaData to setpublic String getHandle()
public void setHandle(String handle)
handle - the handle to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getThumbnailUrl()
public void setThumbnailUrl(String thumbnailUrl)
thumbnailUrl - the thumbnailUrl to setpublic String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
previewUrl - the previewUrl to setpublic info.magnolia.cms.core.Content getContent()
public void setContent(info.magnolia.cms.core.Content content)
content - the content to setpublic String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic List<String> getUsedInWebPages()
public void setUsedInWebPages(List<String> usedInWebPages)
usedInWebPages - the usedInWebPages to setpublic boolean isCanPublish()
public void setCanPublish(boolean canPublish)
canPublish - the canPublish to setpublic boolean isWritable()
public void setWritable(boolean writable)
writable - the writable to setpublic Map<String,String> getMediaInfo()
public void setMediaInfo(Map<String,String> mediaInfo)
mediaInfo - the mediaInfo to setpublic boolean isExternal()
public void setExternal(boolean external)
public String getTitle()
public void setTitle(String title)
title - the title to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||