Package com.fluig.sdk.page
Class PageMobileApiVO
- java.lang.Object
-
- com.fluig.sdk.page.PageMobileApiVO
-
- All Implemented Interfaces:
Serializable
public class PageMobileApiVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageMobileApiVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getTitle()
List<PageWidgetMobileApiVO>
getWidgets()
boolean
isMobileEnabled()
PageMobileApiVO
setCode(String code)
PageMobileApiVO
setMobileEnabled(boolean mobileEnabled)
PageMobileApiVO
setTitle(String title)
PageMobileApiVO
setWidgets(List<PageWidgetMobileApiVO> widgets)
-
-
-
Method Detail
-
getCode
public String getCode()
-
setCode
public PageMobileApiVO setCode(String code)
-
getTitle
public String getTitle()
-
setTitle
public PageMobileApiVO setTitle(String title)
-
isMobileEnabled
public boolean isMobileEnabled()
-
setMobileEnabled
public PageMobileApiVO setMobileEnabled(boolean mobileEnabled)
-
getWidgets
public List<PageWidgetMobileApiVO> getWidgets()
-
setWidgets
public PageMobileApiVO setWidgets(List<PageWidgetMobileApiVO> widgets)
-
-