public abstract class RolePermissionsXmlDTO<T extends RolePermissionXmlDTO> extends Object implements RiceXmlListAdditionListener<T>, Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RolePermissionsXmlDTO.OutsideOfRoleThis class represents a <rolePermissions> element that is not a child of a <role> element. | 
| static class  | RolePermissionsXmlDTO.WithinRoleThis class represents a <rolePermissions> element that is a child of a <role> element. | 
| Constructor and Description | 
|---|
| RolePermissionsXmlDTO() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<T> | getRolePermissions() | 
| abstract void | setRolePermissions(List<T> rolePermissions) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewItemAddedpublic RolePermissionsXmlDTO()
public abstract List<T> getRolePermissions()
public abstract void setRolePermissions(List<T> rolePermissions)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.