Interface | osid.financials.AccountNode | ||
---|---|---|---|
Implements | osid.OsidNode | ||
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
| ||
Method | getAccount | ||
Description |
Gets the | ||
Return | osid.financials.Account | the account represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentAccountNodes | ||
Description |
Gets the parents of this account. | ||
Return | osid.financials.AccountNodeList | the parents of this account | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildAccountNodes | ||
Description |
Gets the children of this account. | ||
Return | osid.financials.AccountNodeList | the children of this account | |
Compliance | mandatory | This method must be implemented. |