Interface BillingNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface BillingNode 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 BillingHierarchySession .

  • Method Details

    • getBilling

      Billing getBilling()
      Gets the Billing at this node.
      Returns:
      the billing represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentBillingNodes

      BillingNodeList getParentBillingNodes()
      Gets the parents of this billing.
      Returns:
      the parents of this billing
      Compliance:
      mandatory - This method must be implemented.
    • getChildBillingNodes

      BillingNodeList getChildBillingNodes()
      Gets the children of this billing.
      Returns:
      the children of this billing
      Compliance:
      mandatory - This method must be implemented.