Interface MicroRoom


public interface MicroRoom
Interface for a lightweight room entity identified by a long ID.
Author:
渔民小镇
date:
2023-07-12
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the room ID.
    void
    setId(long id)
    Set the room ID.
  • Method Details

    • setId

      void setId(long id)
      Set the room ID.
      Parameters:
      id - the room ID
    • getId

      long getId()
      Get the room ID.
      Returns:
      the room ID