Interface RoomsInterface


public interface RoomsInterface
Author:
maartenl
  • Method Summary

    Modifier and Type
    Method
    Description
    find(Long id)
    Returns the room with this specific id.
  • Method Details

    • find

      Room find(Long id)
      Returns the room with this specific id. Returns null if no room is found.
      Parameters:
      id - the id of the room
      Returns:
      the room or null, if not found.