public static class RoleResponsibilityAction.Builder extends Object implements RoleResponsibilityActionContract, ModelBuilder, ModelObjectComplete
| Modifier and Type | Method and Description |
|---|---|
RoleResponsibilityAction |
build() |
static RoleResponsibilityAction.Builder |
create() |
static RoleResponsibilityAction.Builder |
create(RoleResponsibilityActionContract rra) |
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
boolean |
isForceAction() |
void |
setActionPolicyCode(String actionPolicyCode) |
void |
setActionTypeCode(String actionTypeCode) |
void |
setForceAction(boolean forceAction) |
void |
setId(String id) |
void |
setPriorityNumber(Integer priorityNumber) |
void |
setRoleMemberId(String roleMemberId) |
void |
setRoleResponsibility(RoleResponsibility roleResponsibility) |
void |
setRoleResponsibilityId(String roleResponsibilityId) |
void |
setVersionNumber(Long versionNumber) |
String |
toString() |
public static RoleResponsibilityAction.Builder create()
public static RoleResponsibilityAction.Builder create(RoleResponsibilityActionContract rra)
public RoleResponsibilityAction build()
build in interface ModelBuilderpublic String getId()
getId in interface Identifiablepublic String getRoleResponsibilityId()
RoleResponsibilityActionContractgetRoleResponsibilityId in interface RoleResponsibilityActionContractpublic void setRoleResponsibilityId(String roleResponsibilityId)
public String getActionTypeCode()
RoleResponsibilityActionContractA string representation of the action type to be taken on this RoleResponsibilityAction.
Examples are
getActionTypeCode in interface RoleResponsibilityActionContractpublic void setActionTypeCode(String actionTypeCode)
public Integer getPriorityNumber()
getPriorityNumber in interface RoleResponsibilityActionContractpublic void setPriorityNumber(Integer priorityNumber)
public String getActionPolicyCode()
RoleResponsibilityActionContractgetActionPolicyCode in interface RoleResponsibilityActionContractpublic void setActionPolicyCode(String actionPolicyCode)
public String getRoleMemberId()
RoleResponsibilityActionContractgetRoleMemberId in interface RoleResponsibilityActionContractpublic void setRoleMemberId(String roleMemberId)
public RoleResponsibility getRoleResponsibility()
RoleResponsibilityActionContractgetRoleResponsibility in interface RoleResponsibilityActionContractpublic void setRoleResponsibility(RoleResponsibility roleResponsibility)
public boolean isForceAction()
isForceAction in interface RoleResponsibilityActionContractpublic void setForceAction(boolean forceAction)
public Long getVersionNumber()
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public int hashCode()
hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object obj)
equals in interface ModelObjectCompleteequals in class ObjectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.