Package org.cyclos.server.model.app
Class FrontendHomePageVO
- java.lang.Object
-
- org.cyclos.server.model.app.FrontendHomePageVO
-
public class FrontendHomePageVO extends Object
-
-
Constructor Summary
Constructors Constructor Description FrontendHomePageVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()FrontendContentLayoutgetLayout()StringgetTitle()voidsetContent(String content)voidsetLayout(FrontendContentLayout layout)voidsetTitle(String title)
-
-
-
Method Detail
-
getContent
public String getContent()
-
getLayout
public FrontendContentLayout getLayout()
-
getTitle
public String getTitle()
-
setContent
public void setContent(String content)
-
setLayout
public void setLayout(FrontendContentLayout layout)
-
setTitle
public void setTitle(String title)
-
-