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, toString
public String getName()
RoleNameContract
getName
in interface RoleNameContract
public String getBaseName()
RoleNameContract
getBaseName
in interface RoleNameContract
public String getReturnUrl()
RoleNameContract
getReturnUrl
in interface RoleNameContract
public String getLabel()
RoleNameContract
getLabel
in interface RoleNameContract
public static String constructRoleValue(String attributeClassName, String roleName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.