Class UserRoleBean
- java.lang.Object
-
- com.bloomreach.xm.repository.security.AbstractRoleBean
-
- com.bloomreach.xm.repository.security.UserRoleBean
-
- All Implemented Interfaces:
AbstractRole
,UserRole
public class UserRoleBean extends AbstractRoleBean implements UserRole
Simple POJO bean implementation ofUserRole
-
-
Constructor Summary
Constructors Constructor Description UserRoleBean()
UserRoleBean(UserRole userRole)
UserRoleBean(String name, String description)
-
Method Summary
-
Methods inherited from class com.bloomreach.xm.repository.security.AbstractRoleBean
getDescription, getName, getRoles, isSystem, setDescription, setName, setSystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.bloomreach.xm.repository.security.AbstractRole
getDescription, getName, getRoles, isSystem
-
-