public interface BusinessNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the BusinessHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Business |
getBusiness()
Gets the
Business at this node. |
BusinessNodeList |
getChildBusinessNodes()
Gets the children of this business.
|
BusinessNodeList |
getParentBusinessNodes()
Gets the parents of this business.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredBusiness getBusiness()
Business at this node.mandatory - This method must be implemented. BusinessNodeList getParentBusinessNodes()
mandatory - This method must be implemented. BusinessNodeList getChildBusinessNodes()
mandatory - This method must be implemented.