org.broadleafcommerce.openadmin.server.security.domain
Interface AdminModule
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AdminModuleImpl
public interface AdminModule
- extends Serializable
- Author:
- elbertbautista
getId
Long getId()
getName
String getName()
setName
void setName(String name)
getModuleKey
String getModuleKey()
setModuleKey
void setModuleKey(String moduleKey)
getIcon
String getIcon()
setIcon
void setIcon(String icon)
getSections
List<AdminSection> getSections()
setSections
void setSections(List<AdminSection> sections)
getDisplayOrder
Integer getDisplayOrder()
setDisplayOrder
void setDisplayOrder(Integer displayOrder)
Copyright © 2013. All Rights Reserved.