Interface BusinessNode

All Superinterfaces:
Containable, Identifiable, OsidNode

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 .

  • Method Details

    • getBusiness

      Business getBusiness()
      Gets the Business at this node.
      Returns:
      the business represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentBusinessNodes

      BusinessNodeList getParentBusinessNodes()
      Gets the parents of this business.
      Returns:
      the parents of this business
      Compliance:
      mandatory - This method must be implemented.
    • getChildBusinessNodes

      BusinessNodeList getChildBusinessNodes()
      Gets the children of this business.
      Returns:
      the children of this business
      Compliance:
      mandatory - This method must be implemented.