Hierarchy Developer's Guide for Oracle Billing Insight > APIs for Customizing Oracle Billing Insight Hierarchy Manager >

IHierarchyFolder Interface


The IHierarchyFolder interface provides a protocol to access, update, or add attributes to a hierarchy folder. Table 9 describes the methods available for the IHierarchyFolder API.

Table 9. IHierarchyFolder Methods
Method
Description

void addAttribute(IAttribute attribute)

Adds additional IAttribute object to the folder.

java.util.Set getAttributes()

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

java.lang.String getDescription()

Retrieves description of the folder.

java.lang.String getDisplayName()

Returns display name of the folder.

java.lang.String getLinkTargetName()

Retrieves link target name.

java.lang.String getName()

Deprecated. 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. Use setDisplayName()

void update()

Updates the folder object into database

Hierarchy Developer's Guide for Oracle Billing Insight Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.