Package entity.room

Class RoomID

java.lang.Object
entity.room.RoomID

public class RoomID extends Object
Room identifier.
  • Constructor Details

    • RoomID

      public RoomID(String id)
      Default constructor.
      Parameters:
      id - the id.
  • Method Details

    • getId

      public String getId()
      Get the id.
      Returns:
      the id.
    • equals

      public final boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object