public class RoleResponsibilityAction extends AbstractDataTransferObject implements RoleResponsibilityActionContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleResponsibilityAction.Builder |
static class |
RoleResponsibilityAction.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionPolicyCode()
Returns the action policy code.
|
String |
getActionTypeCode()
A string representation of the action type to be taken on this RoleResponsibilityAction.
|
String |
getId() |
Integer |
getPriorityNumber() |
String |
getRoleMemberId()
String identifier for an associated RoleMember
|
RoleResponsibility |
getRoleResponsibility()
Returns a RoleResponsibility instances associated with this action.
|
String |
getRoleResponsibilityId()
Id of the contained RoleResponsibility object.
|
Long |
getVersionNumber() |
boolean |
isForceAction() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getRoleResponsibilityId()
RoleResponsibilityActionContractgetRoleResponsibilityId in interface RoleResponsibilityActionContractpublic String getActionTypeCode()
RoleResponsibilityActionContractA string representation of the action type to be taken on this RoleResponsibilityAction.
Examples are
getActionTypeCode in interface RoleResponsibilityActionContractpublic Integer getPriorityNumber()
getPriorityNumber in interface RoleResponsibilityActionContractpublic String getActionPolicyCode()
RoleResponsibilityActionContractgetActionPolicyCode in interface RoleResponsibilityActionContractpublic String getRoleMemberId()
RoleResponsibilityActionContractgetRoleMemberId in interface RoleResponsibilityActionContractpublic RoleResponsibility getRoleResponsibility()
RoleResponsibilityActionContractgetRoleResponsibility in interface RoleResponsibilityActionContractpublic boolean isForceAction()
isForceAction in interface RoleResponsibilityActionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.