Interface BudgetPeer

All Superinterfaces:
OsidCapsule

public interface BudgetPeer extends OsidCapsule

An interface for the peers of the Budget .

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the activity.
    Gets the Id of the fiscal period.
  • Method Details

    • getActivityId

      Id getActivityId()
      Gets the Id of the activity.
      Returns:
      the activity Id
      Compliance:
      mandatory - This method must be implemented.
    • getFiscalPeriodId

      Id getFiscalPeriodId()
      Gets the Id of the fiscal period.
      Returns:
      the fiscal period Id
      Compliance:
      mandatory - This method must be implemented.