Class UserRoleBean
java.lang.Object
com.bloomreach.xm.repository.security.AbstractRoleBean
com.bloomreach.xm.repository.security.UserRoleBean
- All Implemented Interfaces:
AbstractRole
,UserRole
Simple POJO bean implementation of
UserRole
-
Constructor Summary
ConstructorDescriptionUserRoleBean
(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
-
Constructor Details
-
UserRoleBean
public UserRoleBean() -
UserRoleBean
-
UserRoleBean
-