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.
| Modifier and Type | Method and Description |
|---|---|
Billing |
getBilling()
Gets the
Billing at this node. |
BillingNodeList |
getChildBillingNodes()
Gets the children of this billing.
|
BillingNodeList |
getParentBillingNodes()
Gets the parents of this billing.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredBilling getBilling()
Billing at this node.mandatory - This method must be implemented. BillingNodeList getParentBillingNodes()
mandatory - This method must be implemented. BillingNodeList getChildBillingNodes()
mandatory - This method must be implemented.