Interface BudgetEntryPeer

All Superinterfaces:
OsidCapsule

public interface BudgetEntryPeer extends OsidCapsule

An interface for the peers of the Budget .

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the account.
    Gets the Id of the budget.
  • Method Details

    • getBudgetId

      Id getBudgetId()
      Gets the Id of the budget.
      Returns:
      the account Id
      Compliance:
      mandatory - This method must be implemented.
    • getAccountId

      Id getAccountId()
      Gets the Id of the account.
      Returns:
      the account Id
      Compliance:
      mandatory - This method must be implemented.