Package org.javlo.component.image
Class ImageBean
- java.lang.Object
-
- org.javlo.component.image.ImageBean
-
public class ImageBean extends Object
-
-
Constructor Summary
Constructors Constructor Description ImageBean(String url, String previewURL, String descrition, String link)ImageBean(ContentContext ctx, IImageTitle image, String filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetLink()StringgetName()StringgetPreviewURL()StringgetUrl()voidsetDescrition(String description)voidsetLink(String link)voidsetPreviewURL(String previewURL)voidsetUrl(String url)
-
-
-
Constructor Detail
-
ImageBean
public ImageBean(ContentContext ctx, IImageTitle image, String filter) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getName
public String getName()
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getDescription
public String getDescription()
-
setDescrition
public void setDescrition(String description)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
getPreviewURL
public String getPreviewURL()
-
setPreviewURL
public void setPreviewURL(String previewURL)
-
-