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 |
---|---|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the
ModelObjectComplete.equals(Object) contract. |
String |
getActionPolicyCode()
Returns the action policy code.
|
String |
getActionTypeCode()
A string representation of the action type to be taken on this RoleResponsibilityAction.
|
String |
getId()
The unique identifier for an object.
|
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()
Returns the version number for this object.
|
int |
hashCode()
All "Complete" model object's should adhere to the
ModelObjectComplete.hashCode() contract. |
boolean |
isForceAction() |
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCodeExcludeFields, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getRoleResponsibilityId()
RoleResponsibilityActionContract
getRoleResponsibilityId
in interface RoleResponsibilityActionContract
public String getActionTypeCode()
RoleResponsibilityActionContract
A string representation of the action type to be taken on this RoleResponsibilityAction.
Examples are
getActionTypeCode
in interface RoleResponsibilityActionContract
public Integer getPriorityNumber()
getPriorityNumber
in interface RoleResponsibilityActionContract
public String getActionPolicyCode()
RoleResponsibilityActionContract
getActionPolicyCode
in interface RoleResponsibilityActionContract
public String getRoleMemberId()
RoleResponsibilityActionContract
getRoleMemberId
in interface RoleResponsibilityActionContract
public RoleResponsibility getRoleResponsibility()
RoleResponsibilityActionContract
getRoleResponsibility
in interface RoleResponsibilityActionContract
public boolean isForceAction()
isForceAction
in interface RoleResponsibilityActionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public boolean equals(Object obj)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.equals
in interface ModelObjectComplete
equals
in class AbstractDataTransferObject
obj
- to object to compare for equalitypublic int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.hashCode
in interface ModelObjectComplete
hashCode
in class AbstractDataTransferObject
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.