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()
ModelBuilder
build
in interface ModelBuilder
public String getId()
Identifiable
getId
in interface Identifiable
public String getRoleResponsibilityId()
RoleResponsibilityActionContract
getRoleResponsibilityId
in interface RoleResponsibilityActionContract
public void setRoleResponsibilityId(String roleResponsibilityId)
public String getActionTypeCode()
RoleResponsibilityActionContract
A string representation of the action type to be taken on this RoleResponsibilityAction.
Examples are
getActionTypeCode
in interface RoleResponsibilityActionContract
public void setActionTypeCode(String actionTypeCode)
public Integer getPriorityNumber()
getPriorityNumber
in interface RoleResponsibilityActionContract
public void setPriorityNumber(Integer priorityNumber)
public String getActionPolicyCode()
RoleResponsibilityActionContract
getActionPolicyCode
in interface RoleResponsibilityActionContract
public void setActionPolicyCode(String actionPolicyCode)
public String getRoleMemberId()
RoleResponsibilityActionContract
getRoleMemberId
in interface RoleResponsibilityActionContract
public void setRoleMemberId(String roleMemberId)
public RoleResponsibility getRoleResponsibility()
RoleResponsibilityActionContract
getRoleResponsibility
in interface RoleResponsibilityActionContract
public void setRoleResponsibility(RoleResponsibility roleResponsibility)
public boolean isForceAction()
isForceAction
in interface RoleResponsibilityActionContract
public void setForceAction(boolean forceAction)
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public void setVersionNumber(Long versionNumber)
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.hashCode
in interface ModelObjectComplete
hashCode
in class Object
public boolean equals(Object obj)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.equals
in interface ModelObjectComplete
equals
in class Object
obj
- to object to compare for equalitypublic String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.