Package org.javlo.component.links
Class JsonPageBean
- java.lang.Object
-
- org.javlo.component.links.JsonPageBean
-
public class JsonPageBean extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonPageBean(SmartPageBean pageBean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getEndDate()
String
getStartDate()
String
getTitle()
String
getUrl()
void
setDescription(String description)
void
setEndDate(String endDate)
void
setStartDate(String startDate)
void
setTitle(String title)
void
setUrl(String url)
-
-
-
Constructor Detail
-
JsonPageBean
public JsonPageBean(SmartPageBean pageBean) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getStartDate
public String getStartDate()
-
setStartDate
public void setStartDate(String startDate)
-
getEndDate
public String getEndDate()
-
setEndDate
public void setEndDate(String endDate)
-
-