Ejemplo n.º 1
0
 /**
  * Updates the room with the given name with the new parameters.
  *
  * @generated NOT
  */
 public boolean editRoom(Room room, RoomType newRoomType, String newRoomName) {
   return roomHandling.editRoom(room, newRoomType, newRoomName);
 }