Interface JournalEntryPeer

All Superinterfaces:
OsidCapsule

public interface JournalEntryPeer extends OsidCapsule

Defines the peers of the journal entry for creating batch entries.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Branch Id of the journal entry.
    Gets the source Id of the journal entry.
  • Method Details

    • getBranchId

      Id getBranchId()
      Gets the Branch Id of the journal entry.
      Returns:
      the branch Id
      Compliance:
      mandatory - This method must be implemented.
    • getSourceId

      Id getSourceId()
      Gets the source Id of the journal entry.
      Returns:
      the source Id
      Compliance:
      mandatory - This method must be implemented.