Class AccountRole.UserRoleRef
- java.lang.Object
-
- com.broadleafcommerce.customer.messaging.domain.AccountRole.UserRoleRef
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AccountRole
public static class AccountRole.UserRoleRef extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserRoleRef()
UserRoleRef(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
void
setId(String id)
void
setName(String name)
-