Package org.javlo.helper
Class ImportHelper.ContentSelector
- java.lang.Object
-
- org.javlo.helper.ImportHelper.ContentSelector
-
- Enclosing class:
- ImportHelper
public static class ImportHelper.ContentSelector extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentSelector(String title, String image, String content, String dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getDir()
String
getImage()
String
getTitle()
void
setContent(String content)
void
setDir(String dir)
void
setImage(String image)
void
setTitle(String title)
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getImage
public String getImage()
-
setImage
public void setImage(String image)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getDir
public String getDir()
-
setDir
public void setDir(String dir)
-
-