Hierarchy Developer's Guide for Oracle Self-Service E-Billing > APIs for Customizing <ProductName> Hierarchy Manager >

IHierarchyFolder Interface


This interface provides a protocol to access, update, or add attributes to a hierarchy folder.

Table 6. IHierarchyFolder Methods
Method
Description

void addAttribute(IAttribute attribute)

Adds additional IAttribute object to the folder.

java.util.Set getAttributes()

Gets a set of attributes added through addAttribute() method.

java.lang.String getDescription()

Gets description of the folder.

java.lang.String getDisplayName()

Returns display name of the folder.

java.lang.String getLinkTargetName()

Gets link target name.

java.lang.String getName()

Deprecated. please use getDisplayName()

void setDescription(java.lang.String description)

Sets description.

void setDisplayName(java.lang.String displayName)

Sets display name.

void setLinkTargetName(java.lang.String name)

Sets folder name.

void setName(java.lang.String name)

Deprecated. please use setDisplayName()

void update()

Updates the folder object into database.

Hierarchy Developer's Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.