Class RoleMemberXmlDTO.WithinRole

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    RoleMemberXmlDTO

    public static class RoleMemberXmlDTO.WithinRole
    extends RoleMemberXmlDTO
    This class represents a <roleMember> element that is a descendant of a <role> element.
    Author:
    Kuali Rice Team (rice.collab@kuali.org)
    See Also:
    Serialized Form
    • Constructor Detail

      • WithinRole

        public WithinRole()
      • WithinRole

        public WithinRole​(org.kuali.rice.kim.api.role.RoleMember roleMember,
                          boolean populateMemberId)
    • Method Detail

      • getRoleId

        public String getRoleId()
        Description copied from class: RoleMemberXmlDTO
        Retrieves the ID of the role that this member belongs to. Subclasses are responsible for implementing this method so that it does so.
        Specified by:
        getRoleId in class RoleMemberXmlDTO
        Returns:
        The role ID of the role that this member belongs to.
        See Also:
        RoleMemberXmlDTO.getRoleId()