Class RoleResponsibility

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.role.RoleResponsibility
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, RoleResponsibilityContract

public final class RoleResponsibility extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements RoleResponsibilityContract
An lightweight association of a Responsibility and a Role represented by references to the identifiers of a Role and a Responsibility that are related to each other.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Details

    • getResponsibilityId

      public String getResponsibilityId()
      Description copied from interface: RoleResponsibilityContract
      Returns the String identifier for the Responsibility represented by this Role/Responsibility association.
      Specified by:
      getResponsibilityId in interface RoleResponsibilityContract
      Returns:
      Responsibility Id
    • getRoleId

      public String getRoleId()
      Description copied from interface: RoleResponsibilityContract
      Returns the String identifier for the Role represented by this Role/Responsibility association.
      Specified by:
      getRoleId in interface RoleResponsibilityContract
      Returns:
      Role Id
    • getRoleResponsibilityId

      public String getRoleResponsibilityId()
      Description copied from interface: RoleResponsibilityContract
      Provides the String identifier for a given RoleResponsibility
      Specified by:
      getRoleResponsibilityId in interface RoleResponsibilityContract
      Returns:
      id of the Role/Responsibility contract
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned