com.bea.security.entitlements.admin.rbac
Class PermissionSetElement

java.lang.Object
  extended bycom.bea.security.entitlements.admin.rbac.DataTableElement
      extended bycom.bea.security.entitlements.admin.rbac.BaseTableElement
          extended bycom.bea.security.entitlements.admin.rbac.AttributableEntitlementElement
              extended bycom.bea.security.entitlements.admin.rbac.PermissionSetElement
All Implemented Interfaces:
java.io.Serializable

public class PermissionSetElement
extends AttributableEntitlementElement

The attribute element class represents an attribute for permission sets wrapped with the DataTableElement object to allow for row selection

See Also:
Serialized Form

Constructor Summary
PermissionSetElement()
          Default Constructor
PermissionSetElement(java.lang.String name)
          Constructor with a name of the element
 
Methods inherited from class com.bea.security.entitlements.admin.rbac.AttributableEntitlementElement
addAttribute, getAttributes, setAttributes
 
Methods inherited from class com.bea.security.entitlements.admin.rbac.BaseTableElement
getName, setName
 
Methods inherited from class com.bea.security.entitlements.admin.rbac.DataTableElement
getcolor, getColorStyle, isSelected, setSelected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionSetElement

public PermissionSetElement()
Default Constructor


PermissionSetElement

public PermissionSetElement(java.lang.String name)
Constructor with a name of the element

Parameters:
name - name of element


Copyright © 2007 BEA Systems Inc. All Rights Reserved.