|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.entitlements.admin.rbac.DataTableElement
com.bea.security.entitlements.admin.rbac.BaseTableElement
com.bea.security.entitlements.admin.rbac.AttributableEntitlementElement
Provides base functionality for elements with attributes requirements
Constructor Summary | |
AttributableEntitlementElement()
Default constructor |
|
AttributableEntitlementElement(java.util.List a_list)
Constructor |
|
AttributableEntitlementElement(java.lang.String a_name)
Constructor |
|
AttributableEntitlementElement(java.lang.String a_name,
java.util.List a_list)
Constructor |
Method Summary | |
void |
addAttribute(AttributeElement attr)
Add a new attribute to this element |
java.util.List |
getAttributes()
Get direct Attributes associated to this element. |
void |
setAttributes(java.util.List attributes)
Set a new set of attributes to this element |
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 |
public AttributableEntitlementElement()
public AttributableEntitlementElement(java.util.List a_list)
a_list
- public AttributableEntitlementElement(java.lang.String a_name)
a_name
- public AttributableEntitlementElement(java.lang.String a_name, java.util.List a_list)
a_name
- a_list
- Method Detail |
public void addAttribute(AttributeElement attr)
attr
- Attribute element to addpublic java.util.List getAttributes()
public void setAttributes(java.util.List attributes)
attributes
- list of ArrayElement elements
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |