org.kuali.rice.kim.api.role
Class RoleResponsibilityAction

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kim.api.role.RoleResponsibilityAction
All Implemented Interfaces:
Serializable, Identifiable, Versioned, ModelObjectBasic, ModelObjectComplete, RoleResponsibilityActionContract

public class RoleResponsibilityAction
extends AbstractDataTransferObject
implements RoleResponsibilityActionContract

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Nested Class Summary
static class RoleResponsibilityAction.Builder
           
static class RoleResponsibilityAction.Cache
           
 
Method Summary
 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.
 boolean isForceAction()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

getRoleResponsibilityId

public String getRoleResponsibilityId()
Description copied from interface: RoleResponsibilityActionContract
Id of the contained RoleResponsibility object.

Specified by:
getRoleResponsibilityId in interface RoleResponsibilityActionContract
Returns:
A RoleResponsibility Id. Can be null if there is no associated RoleResponsibility.

getActionTypeCode

public String getActionTypeCode()
Description copied from interface: RoleResponsibilityActionContract

A string representation of the action type to be taken on this RoleResponsibilityAction.

Examples are


getPriorityNumber

public Integer getPriorityNumber()
Specified by:
getPriorityNumber in interface RoleResponsibilityActionContract
Returns:
Integer representing the priority assigned to this Action. This can be a null value.

getActionPolicyCode

public String getActionPolicyCode()
Description copied from interface: RoleResponsibilityActionContract
Returns the action policy code.

Specified by:
getActionPolicyCode in interface RoleResponsibilityActionContract
Returns:
String for the policy code. This can be null.

getRoleMemberId

public String getRoleMemberId()
Description copied from interface: RoleResponsibilityActionContract
String identifier for an associated RoleMember

Specified by:
getRoleMemberId in interface RoleResponsibilityActionContract
Returns:
RoleMember identifier. This can be null.

getRoleResponsibility

public RoleResponsibility getRoleResponsibility()
Description copied from interface: RoleResponsibilityActionContract
Returns a RoleResponsibility instances associated with this action.

Specified by:
getRoleResponsibility in interface RoleResponsibilityActionContract
Returns:
Associated RoleResponsibility - can be null.

isForceAction

public boolean isForceAction()
Specified by:
isForceAction in interface RoleResponsibilityActionContract
Returns:
Whether this action should be is forced or not.

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.