Class PerspectivePluginList
- java.lang.Object
-
- de.hybris.platform.cockpit.session.PerspectivePluginList
-
public class PerspectivePluginList extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PerspectivePluginList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UICockpitPerspective>getAdditionalPerspectives()voidsetAdditionalPerspectives(java.util.List<UICockpitPerspective> additionalPerspectives)
-
-
-
Method Detail
-
getAdditionalPerspectives
public java.util.List<UICockpitPerspective> getAdditionalPerspectives()
- Returns:
- the additionalPerspectives
-
setAdditionalPerspectives
public void setAdditionalPerspectives(java.util.List<UICockpitPerspective> additionalPerspectives)
- Parameters:
additionalPerspectives- the additionalPerspectives to set
-
-