Class UserRoleRef
- java.lang.Object
-
- com.broadleafcommerce.auth.resource.domain.UserRoleRef
-
public class UserRoleRef extends Object
An alternative DTO object to use for the specific use case of being an element in collection fields of parent entities. Holds all non-collection fields ofJpaUserRole
.- Author:
- Samarth Dhruva (samarthd)
-
-
Constructor Summary
Constructors Constructor Description UserRoleRef()
UserRoleRef(String id, String name)
-