OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.BusinessNode
Implementsosid.OsidNode
Used Byosid.billing.BusinessHierarchySession
osid.billing.BusinessNodeList
Description

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.

MethodgetBusiness
Description

Gets the Business at this node.

Returnosid.billing.Business the business represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentBusinessNodes
Description

Gets the parents of this business.

Returnosid.billing.BusinessNodeList the parents of this business
Compliancemandatory This method must be implemented.
MethodgetChildBusinessNodes
Description

Gets the children of this business.

Returnosid.billing.BusinessNodeList the children of this business
Compliancemandatory This method must be implemented.