Hierarchy Developer's Guide for Oracle Self-Service E-Billing > APIs for Customizing <ProductName> Hierarchy Manager >
IHierarchyLinkTarget Interface
This interface represents an IOMFObject, which resolves to a link target. Any object that wishes to be linked into hierarchy must implement this interface.
Table 9. IHierarchyLinkTarget Methods
|
|
java.lang.String getLinkTargetId()
|
This is the link target identifier. |
java.lang.String getLinkTargetName()
|
This is the link target name. |
boolean isEditable()
|
Returns true if this object has one or more properties that are modifiable. |
boolean isEditable(java.lang.String propertyName)
|
Returns true if the specified property is modifiable. |
|