org.kuali.rice.kim.impl.jaxb
Class RolePermissionXmlDTO.WithinRole
java.lang.Object
org.kuali.rice.kim.impl.jaxb.RolePermissionXmlDTO
org.kuali.rice.kim.impl.jaxb.RolePermissionXmlDTO.WithinRole
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RolePermissionXmlDTO
public static class RolePermissionXmlDTO.WithinRole
- extends RolePermissionXmlDTO
This class represents a <rolePermission> element that is a descendant of a <role> element.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Method Summary |
String |
getRoleId()
Retrieves the ID of the role that the permission is assigned to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolePermissionXmlDTO.WithinRole
public RolePermissionXmlDTO.WithinRole()
RolePermissionXmlDTO.WithinRole
public RolePermissionXmlDTO.WithinRole(PermissionContract permission,
boolean populateIds)
getRoleId
public String getRoleId()
- Description copied from class:
RolePermissionXmlDTO
- Retrieves the ID of the role that the permission is assigned to.
Subclasses are responsible for implementing this method so that it does so.
- Specified by:
getRoleId
in class RolePermissionXmlDTO
- Returns:
- The role ID of the role that the permission is assigned to.
- See Also:
RolePermissionXmlDTO.getRoleId()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.