public class AdminModuleDTO extends Object implements AdminModule
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
displayOrder |
protected String |
icon |
protected Long |
id |
protected String |
moduleKey |
protected String |
name |
protected List<AdminSection> |
sections |
| Constructor and Description |
|---|
AdminModuleDTO() |
| 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 |
setId(Long id) |
void |
setModuleKey(String moduleKey) |
void |
setName(String name) |
void |
setSections(List<AdminSection> sections) |
protected Long id
protected String name
protected String moduleKey
protected String icon
protected List<AdminSection> sections
protected Integer displayOrder
public Long getId()
getId in interface AdminModulepublic void setId(Long id)
public String getName()
getName in interface AdminModulepublic void setName(String name)
setName in interface AdminModulepublic String getModuleKey()
getModuleKey in interface AdminModulepublic void setModuleKey(String moduleKey)
setModuleKey in interface AdminModulepublic String getIcon()
getIcon in interface AdminModulepublic void setIcon(String icon)
setIcon in interface AdminModulepublic List<AdminSection> getSections()
getSections in interface AdminModulepublic void setSections(List<AdminSection> sections)
setSections in interface AdminModulepublic Integer getDisplayOrder()
getDisplayOrder in interface AdminModulepublic void setDisplayOrder(Integer displayOrder)
setDisplayOrder in interface AdminModuleCopyright © 2022. All rights reserved.