org.broadleafcommerce.openadmin.server.security.domain
Interface AdminModule

All Superinterfaces:
Serializable
All Known Implementing Classes:
AdminModuleImpl

public interface AdminModule
extends Serializable

Author:
elbertbautista

Method Summary
 Integer getDisplayOrder()
           
 String getIcon()
           
 Long getId()
           
 String getModuleKey()
           
 String getName()
           
 List<AdminSection> getSections()
           
 void setDisplayOrder(Integer displayOrder)
           
 void setIcon(String icon)
           
 void setModuleKey(String moduleKey)
           
 void setName(String name)
           
 void setSections(List<AdminSection> sections)
           
 

Method Detail

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.