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 AdminModule
public void setId(Long id)
public String getName()
getName
in interface AdminModule
public void setName(String name)
setName
in interface AdminModule
public String getModuleKey()
getModuleKey
in interface AdminModule
public void setModuleKey(String moduleKey)
setModuleKey
in interface AdminModule
public String getIcon()
getIcon
in interface AdminModule
public void setIcon(String icon)
setIcon
in interface AdminModule
public List<AdminSection> getSections()
getSections
in interface AdminModule
public void setSections(List<AdminSection> sections)
setSections
in interface AdminModule
public Integer getDisplayOrder()
getDisplayOrder
in interface AdminModule
public void setDisplayOrder(Integer displayOrder)
setDisplayOrder
in interface AdminModule
Copyright © 2022. All rights reserved.