public static class RoleResponsibilityAction.Builder extends Object implements RoleResponsibilityActionContract, ModelBuilder, ModelObjectComplete
| Modifier and Type | Method and Description |
|---|---|
RoleResponsibilityAction |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static RoleResponsibilityAction.Builder |
create() |
static RoleResponsibilityAction.Builder |
create(RoleResponsibilityActionContract rra) |
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() |
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()
This will return a proper string representation of the Model Object.
|
public static RoleResponsibilityAction.Builder create()
public static RoleResponsibilityAction.Builder create(RoleResponsibilityActionContract rra)
public RoleResponsibilityAction build()
ModelBuilderbuild in interface ModelBuilderpublic String getId()
IdentifiablegetId 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()
VersionedgetVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object obj)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.equals in interface ModelObjectCompleteequals in class Objectobj - to object to compare for equalitypublic String toString()
ModelObjectBasictoString in interface ModelObjectBasictoString in class ObjectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.