org.broadleafcommerce.openadmin.server.security.domain
Class AdminModuleImpl

java.lang.Object
  extended by 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

Field Summary
protected  Integer displayOrder
           
protected  String icon
           
protected  Long id
           
protected  String moduleKey
           
protected  String name
           
protected  List<AdminSection> sections
           
 
Constructor Summary
AdminModuleImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AdminModuleImpl

public AdminModuleImpl()
Method Detail

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.