public final class RoleName extends AbstractDataTransferObject implements RoleNameContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleName.Builder
A builder which can be used to construct
RoleName instances. |
| Constructor and Description |
|---|
RoleName(String attributeClassName,
String baseName,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static String |
constructRoleValue(String attributeClassName,
String roleName) |
String |
getBaseName()
This is the base name value for the Role on an attribute.
|
String |
getLabel()
A label for the Role on an attribute.
|
String |
getName()
This is the composite name value for the Role on an attribute.
|
String |
getReturnUrl()
This is the return URL for the given Role for a role attribute
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getName()
RoleNameContractgetName in interface RoleNameContractpublic String getBaseName()
RoleNameContractgetBaseName in interface RoleNameContractpublic String getReturnUrl()
RoleNameContractgetReturnUrl in interface RoleNameContractpublic String getLabel()
RoleNameContractgetLabel in interface RoleNameContractpublic static String constructRoleValue(String attributeClassName, String roleName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.