| Interface | osid.financials.budgeting.BudgetEntry | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Description | 
                 A   | ||
| Method | getBudgetId | ||
| Description | 
                     Gets the budget   | ||
| Return | osid.id.Id | the budget  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBudget | ||
| Description | 
                     Gets the budget.  | ||
| Return | osid.financials.budgeting.Budget | the budget | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAccountId | ||
| Description | 
                     Gets the account   | ||
| Return | osid.id.Id | the account  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAccount | ||
| Description | 
                     Gets the account.  | ||
| Return | osid.financials.Account | the account | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAmount | ||
| Description | 
                     Gets the amount of this budget entries.  | ||
| Return | osid.financials.Currency | the amount | |
| Compliance | mandatory | This method must be implemented. | |
| Method | isDebit | ||
| Description | 
                     Tests if the budgeted amount is to be debited or a credited to this activity.  | ||
| Return | boolean |  true  if this item amount is a debit,  false  if 
it is a credit  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBudgetEntryRecord | ||
| Description | 
                     Gets the budget entry record corresponding to the given 
                      | ||
| Parameters | osid.type.Type | budgetEntryRecordType | the type of budget entry record to retrieve | 
| Return | osid.financials.budgeting.records.BudgetEntryRecord | the budget entry record | |
| Errors | NULL_ARGUMENT |  budgetEntryRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(budgetEntryRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |