Class Rooms

Object
Rooms

public class Rooms extends Object
Author:
maartenl
  • Constructor Details

  • Method Details

    • find

      public 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.