public final class RuleResponsibility extends AbstractDataTransferObject implements RuleResponsibilityContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleResponsibility.Builder
A builder which can be used to construct
RuleResponsibility instances. |
static class |
RuleResponsibility.Cache |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
All "Complete" model object's should adhere to the
ModelObjectComplete.equals(Object) contract. |
String |
getActionRequestedCd()
code for the Action Requested
|
String |
getApprovePolicy()
approval policy for the RuleResponsibility
|
List<RuleDelegation> |
getDelegationRules()
list of RuleDelegations for the RuleResponsibility
|
String |
getGroupId()
unique id of the Group for the RuleResponsibility
|
String |
getId()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getPrincipalId()
unique id of the Principal for the RuleResponsibility
|
Integer |
getPriority()
integer representation of the priority of the RuleResponsibility
|
String |
getResolvedRoleName() |
String |
getResponsibilityId()
Unique Id for Responsibility.
|
String |
getRoleAttributeName() |
String |
getRoleName()
unique name of the Role for the RuleResponsibility
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isUsingGroup()
determines if the RuleResponsibiltity is using a kim Group
|
boolean |
isUsingPrincipal()
determines if the RuleResponsibiltity is using a kim Principal
|
boolean |
isUsingRole()
determines if the RuleResponsibiltity is using a kim Role
|
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface Identifiablepublic Integer getPriority()
RuleResponsibilityContractgetPriority in interface RuleResponsibilityContractpublic String getResponsibilityId()
RuleResponsibilityContractThis is the unique Id of the Responsibility
getResponsibilityId in interface RuleResponsibilityContractpublic String getActionRequestedCd()
RuleResponsibilityContractThis code matches the unique code for an ActionRequest
getActionRequestedCd in interface RuleResponsibilityContractpublic String getApprovePolicy()
RuleResponsibilityContractgetApprovePolicy in interface RuleResponsibilityContractpublic String getPrincipalId()
RuleResponsibilityContractgetPrincipalId in interface RuleResponsibilityContractpublic String getGroupId()
RuleResponsibilityContractgetGroupId in interface RuleResponsibilityContractpublic String getRoleName()
RuleResponsibilityContractgetRoleName in interface RuleResponsibilityContractpublic List<RuleDelegation> getDelegationRules()
RuleResponsibilityContractgetDelegationRules in interface RuleResponsibilityContractpublic boolean isUsingRole()
RuleResponsibilityContractisUsingRole in interface RuleResponsibilityContractpublic boolean isUsingPrincipal()
RuleResponsibilityContractisUsingPrincipal in interface RuleResponsibilityContractpublic boolean isUsingGroup()
RuleResponsibilityContractisUsingGroup in interface RuleResponsibilityContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic String getRoleAttributeName()
public String getResolvedRoleName()
public boolean equals(Object o)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.equals in interface ModelObjectCompleteequals in class AbstractDataTransferObjecto - to object to compare for equalityCopyright © 2005–2016 The Kuali Foundation. All rights reserved.