|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.api.role.RoleResponsibilityAction.Builder
public static class RoleResponsibilityAction.Builder
Field Summary | |
---|---|
private String |
actionPolicyCode
|
private String |
actionTypeCode
|
private boolean |
forceAction
|
private String |
Id
|
private Integer |
priorityNumber
|
private String |
roleMemberId
|
private RoleResponsibility |
roleResponsibility
|
private String |
roleResponsibilityId
|
private Long |
versionNumber
|
Constructor Summary | |
---|---|
private |
RoleResponsibilityAction.Builder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String Id
private String roleResponsibilityId
private String roleMemberId
private String actionTypeCode
private String actionPolicyCode
private boolean forceAction
private Integer priorityNumber
private RoleResponsibility roleResponsibility
private Long versionNumber
Constructor Detail |
---|
private RoleResponsibilityAction.Builder()
Method Detail |
---|
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 void setId(String id)
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 equality
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |