@Entity public class RoleResponsibilityActionBo extends DataObjectBase implements RoleResponsibilityActionContract
objectId, versionNumber
Constructor and Description |
---|
RoleResponsibilityActionBo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(RoleResponsibilityActionBo roleRspActn) |
static RoleResponsibilityActionBo |
from(RoleResponsibilityAction immutable) |
String |
getActionPolicyCode()
Returns the action policy code.
|
String |
getActionTypeCode()
A string representation of the action type to be taken on this RoleResponsibilityAction.
|
boolean |
getForceAction() |
String |
getId()
The unique identifier for an object.
|
Integer |
getPriorityNumber() |
String |
getRoleMemberId()
String identifier for an associated RoleMember
|
RoleResponsibilityBo |
getRoleResponsibility()
Returns a RoleResponsibility instances associated with this action.
|
String |
getRoleResponsibilityId()
Id of the contained RoleResponsibility object.
|
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(RoleResponsibilityBo roleResponsibility) |
void |
setRoleResponsibilityId(String roleResponsibilityId) |
static RoleResponsibilityAction |
to(RoleResponsibilityActionBo bo) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
public RoleResponsibilityActionBo()
public RoleResponsibilityBo getRoleResponsibility()
RoleResponsibilityActionContract
getRoleResponsibility
in interface RoleResponsibilityActionContract
public static RoleResponsibilityAction to(RoleResponsibilityActionBo bo)
public static RoleResponsibilityActionBo from(RoleResponsibilityAction immutable)
public boolean equals(RoleResponsibilityActionBo roleRspActn)
public String getId()
Identifiable
getId
in interface Identifiable
public String getRoleResponsibilityId()
RoleResponsibilityActionContract
getRoleResponsibilityId
in interface RoleResponsibilityActionContract
public void setRoleResponsibilityId(String roleResponsibilityId)
public String getRoleMemberId()
RoleResponsibilityActionContract
getRoleMemberId
in interface RoleResponsibilityActionContract
public void setRoleMemberId(String roleMemberId)
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 String getActionPolicyCode()
RoleResponsibilityActionContract
getActionPolicyCode
in interface RoleResponsibilityActionContract
public void setActionPolicyCode(String actionPolicyCode)
public boolean getForceAction()
public boolean isForceAction()
isForceAction
in interface RoleResponsibilityActionContract
public void setForceAction(boolean forceAction)
public Integer getPriorityNumber()
getPriorityNumber
in interface RoleResponsibilityActionContract
public void setPriorityNumber(Integer priorityNumber)
public void setRoleResponsibility(RoleResponsibilityBo roleResponsibility)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.