Package com.jalios.jcms.application.json
Class ApplicationLauncher
- java.lang.Object
-
- com.jalios.jcms.application.json.ApplicationLauncher
-
public class ApplicationLauncher extends java.lang.Object
A POJO representing the application launcher- Since:
- jcms-10.0.3
-
-
Constructor Summary
Constructors Constructor Description ApplicationLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Member
getOwner()
java.util.List<ApplicationLauncherTab>
getTabs()
void
setOwner(Member owner)
void
setTabs(java.util.List<ApplicationLauncherTab> tabs)
-
-
-
Field Detail
-
owner
public Member owner
-
-
Method Detail
-
getTabs
public java.util.List<ApplicationLauncherTab> getTabs()
-
setTabs
public void setTabs(java.util.List<ApplicationLauncherTab> tabs)
-
getOwner
public Member getOwner()
-
setOwner
public void setOwner(Member owner)
-
-