public final class ResponsibilityAction extends AbstractDataTransferObject implements ResponsibilityActionContract
Modifier and Type | Class and Description |
---|---|
static class |
ResponsibilityAction.Builder
A builder which can be used to construct
ResponsibilityAction instances. |
Modifier and Type | Method and Description |
---|---|
String |
getActionPolicyCode()
The actionPolicyCode the responsibility action is associated with.
|
String |
getActionTypeCode()
The actionTypeCode the responsibility action is associated with.
|
List<DelegateType> |
getDelegates()
The delegates for this responsibility action.
|
String |
getGroupId()
The groupId the responsibility action is associated with.
|
String |
getMemberRoleId()
The memberRoleId the responsibility action is associated with.
|
String |
getParallelRoutingGroupingCode()
The parallelRoutingGroupingCode the responsibility action is associated with.
|
String |
getPrincipalId()
The principalId the responsibility action is associated with.
|
Integer |
getPriorityNumber()
The priorityNumber the responsibility action is associated with.
|
Map<String,String> |
getQualifier()
The qualifying attributes for the responsibility action.
|
String |
getResponsibilityId()
The responsibilityId the responsibility action is associated with.
|
String |
getResponsibilityName()
The responsibilityName the responsibility action is associated with.
|
String |
getResponsibilityNamespaceCode()
The responsibilityNamespaceCode the responsibility action is associated with.
|
String |
getRoleId()
The roleId the responsibility action is associated with.
|
String |
getRoleResponsibilityActionId()
The roleResponsibilityActionId the responsibility action is associated with.
|
boolean |
isForceAction()
Whether is responsibility action is a force action.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getPrincipalId()
ResponsibilityActionContract
Can be null as long as the ResponsibilityActionContract.getGroupId()
is not null.
When this is set the ResponsibilityActionContract.getGroupId()
will not be.
getPrincipalId
in interface ResponsibilityActionContract
public String getRoleResponsibilityActionId()
ResponsibilityActionContract
getRoleResponsibilityActionId
in interface ResponsibilityActionContract
public String getParallelRoutingGroupingCode()
ResponsibilityActionContract
getParallelRoutingGroupingCode
in interface ResponsibilityActionContract
public String getActionTypeCode()
ResponsibilityActionContract
getActionTypeCode
in interface ResponsibilityActionContract
public String getActionPolicyCode()
ResponsibilityActionContract
getActionPolicyCode
in interface ResponsibilityActionContract
public Integer getPriorityNumber()
ResponsibilityActionContract
getPriorityNumber
in interface ResponsibilityActionContract
public String getGroupId()
ResponsibilityActionContract
Can be null as long as the ResponsibilityActionContract.getPrincipalId()
is not null.
When this is set the ResponsibilityActionContract.getPrincipalId()
will not be.
getGroupId
in interface ResponsibilityActionContract
public String getMemberRoleId()
ResponsibilityActionContract
getMemberRoleId
in interface ResponsibilityActionContract
public String getResponsibilityName()
ResponsibilityActionContract
getResponsibilityName
in interface ResponsibilityActionContract
public String getResponsibilityId()
ResponsibilityActionContract
getResponsibilityId
in interface ResponsibilityActionContract
public String getResponsibilityNamespaceCode()
ResponsibilityActionContract
getResponsibilityNamespaceCode
in interface ResponsibilityActionContract
public boolean isForceAction()
ResponsibilityActionContract
isForceAction
in interface ResponsibilityActionContract
public Map<String,String> getQualifier()
ResponsibilityActionContract
getQualifier
in interface ResponsibilityActionContract
public List<DelegateType> getDelegates()
ResponsibilityActionContract
getDelegates
in interface ResponsibilityActionContract
public String getRoleId()
ResponsibilityActionContract
getRoleId
in interface ResponsibilityActionContract
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.