org.broadleafcommerce.openadmin.server.security.domain
Class AdminRoleImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.security.domain.AdminRoleImpl
- All Implemented Interfaces:
- Serializable, AdminRole
@Entity
public class AdminRoleImpl
- extends Object
- implements AdminRole
- Author:
- jfischer
- 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
description
protected String description
allUsers
protected Set<AdminUser> allUsers
- All users that have this role
allPermissions
protected Set<AdminPermission> allPermissions
AdminRoleImpl
public AdminRoleImpl()
getAllPermissions
public Set<AdminPermission> getAllPermissions()
- Specified by:
getAllPermissions in interface AdminRole
getId
public Long getId()
- Specified by:
getId in interface AdminRole
setId
public void setId(Long id)
getName
public String getName()
- Specified by:
getName in interface AdminRole
getAllUsers
public Set<AdminUser> getAllUsers()
setName
public void setName(String name)
- Specified by:
setName in interface AdminRole
getDescription
public String getDescription()
- Specified by:
getDescription in interface AdminRole
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface AdminRole
setAllPermissions
public void setAllPermissions(Set<AdminPermission> allPermissions)
Copyright © 2013. All Rights Reserved.