Interface Id<O>

Type Parameters:
O - the Object type
All Known Implementing Classes:
AccountModule.ID, TestModule.CId, TransferModule.ID

public interface Id<O>

An Id is a factory for (a pristine) Object O which it subsequently identifies.

  • Method Summary

    Modifier and Type Method Description
    O init()
    Returns the pristine Object O
  • Method Details

    • init

      O init()
      Returns the pristine Object O
      Returns:
      the pristine Object O