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, toString
public String getId()
Identifiable
getId
in interface Identifiable
public Integer getPriority()
RuleResponsibilityContract
getPriority
in interface RuleResponsibilityContract
public String getResponsibilityId()
RuleResponsibilityContract
This is the unique Id of the Responsibility
getResponsibilityId
in interface RuleResponsibilityContract
public String getActionRequestedCd()
RuleResponsibilityContract
This code matches the unique code for an ActionRequest
getActionRequestedCd
in interface RuleResponsibilityContract
public String getApprovePolicy()
RuleResponsibilityContract
getApprovePolicy
in interface RuleResponsibilityContract
public String getPrincipalId()
RuleResponsibilityContract
getPrincipalId
in interface RuleResponsibilityContract
public String getGroupId()
RuleResponsibilityContract
getGroupId
in interface RuleResponsibilityContract
public String getRoleName()
RuleResponsibilityContract
getRoleName
in interface RuleResponsibilityContract
public List<RuleDelegation> getDelegationRules()
RuleResponsibilityContract
getDelegationRules
in interface RuleResponsibilityContract
public boolean isUsingRole()
RuleResponsibilityContract
isUsingRole
in interface RuleResponsibilityContract
public boolean isUsingPrincipal()
RuleResponsibilityContract
isUsingPrincipal
in interface RuleResponsibilityContract
public boolean isUsingGroup()
RuleResponsibilityContract
isUsingGroup
in interface RuleResponsibilityContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public String getRoleAttributeName()
public String getResolvedRoleName()
public boolean equals(Object o)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.equals
in interface ModelObjectComplete
equals
in class AbstractDataTransferObject
o
- to object to compare for equalityCopyright © 2005–2014 The Kuali Foundation. All rights reserved.