info.magnolia.ui.api.app.launcherlayout
Class ConfiguredAppLauncherGroupEntryDefinition

java.lang.Object
  extended by info.magnolia.ui.api.app.launcherlayout.ConfiguredAppLauncherGroupEntryDefinition
All Implemented Interfaces:
AppLauncherGroupEntryDefinition

public class ConfiguredAppLauncherGroupEntryDefinition
extends Object
implements AppLauncherGroupEntryDefinition

Default implementation of AppLauncherGroupEntryDefinition used for configuration in the repository.


Constructor Summary
ConfiguredAppLauncherGroupEntryDefinition()
           
 
Method Summary
 String getName()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredAppLauncherGroupEntryDefinition

public ConfiguredAppLauncherGroupEntryDefinition()
Method Detail

getName

public String getName()
Specified by:
getName in interface AppLauncherGroupEntryDefinition

setName

public void setName(String name)

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface AppLauncherGroupEntryDefinition

setEnabled

public void setEnabled(boolean enabled)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.