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 String
getDescription()
String
getLink()
String
getName()
String
getPreviewURL()
String
getUrl()
void
setDescrition(String description)
void
setLink(String link)
void
setPreviewURL(String previewURL)
void
setUrl(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)
-
-