org.broadleafcommerce.openadmin.server.security.domain
Class AdminModuleImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.security.domain.AdminModuleImpl
- All Implemented Interfaces:
- Serializable, AdminModule
@Entity
public class AdminModuleImpl
- extends Object
- implements AdminModule
- Author:
- elbertbautista
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
name
protected String name
moduleKey
protected String moduleKey
icon
protected String icon
sections
protected List<AdminSection> sections
displayOrder
protected Integer displayOrder
AdminModuleImpl
public AdminModuleImpl()
getId
public Long getId()
- Specified by:
getId in interface AdminModule
setId
public void setId(Long id)
getName
public String getName()
- Specified by:
getName in interface AdminModule
setName
public void setName(String name)
- Specified by:
setName in interface AdminModule
getModuleKey
public String getModuleKey()
- Specified by:
getModuleKey in interface AdminModule
setModuleKey
public void setModuleKey(String moduleKey)
- Specified by:
setModuleKey in interface AdminModule
getIcon
public String getIcon()
- Specified by:
getIcon in interface AdminModule
setIcon
public void setIcon(String icon)
- Specified by:
setIcon in interface AdminModule
getSections
public List<AdminSection> getSections()
- Specified by:
getSections in interface AdminModule
setSections
public void setSections(List<AdminSection> sections)
- Specified by:
setSections in interface AdminModule
getDisplayOrder
public Integer getDisplayOrder()
- Specified by:
getDisplayOrder in interface AdminModule
setDisplayOrder
public void setDisplayOrder(Integer displayOrder)
- Specified by:
setDisplayOrder in interface AdminModule
Copyright © 2013. All Rights Reserved.