public interface AdminModule extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
Long getId()
String getName()
void setName(String name)
String getModuleKey()
void setModuleKey(String moduleKey)
String getIcon()
void setIcon(String icon)
List<AdminSection> getSections()
void setSections(List<AdminSection> sections)
Integer getDisplayOrder()
void setDisplayOrder(Integer displayOrder)
Copyright © 2020. All rights reserved.