Package com.jalios.jcms.application.json
Class CleanedApplicationLauncherTab
- java.lang.Object
-
- com.jalios.jcms.application.json.CleanedApplicationLauncherTab
-
public class CleanedApplicationLauncherTab extends java.lang.Object
A POJO representing the cleaned application launcher tab- Since:
- jcms-10.0.6
-
-
Constructor Summary
Constructors Constructor Description CleanedApplicationLauncherTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CleanedApplication>
getApplications()
java.lang.String
getName()
void
setApplications(java.util.List<CleanedApplication> applications)
void
setName(java.lang.String name)
-
-
-
Method Detail
-
getApplications
public java.util.List<CleanedApplication> getApplications()
-
setApplications
public void setApplications(java.util.List<CleanedApplication> applications)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
-