Class Message

java.lang.Object
api.mpba.rastvdmy.entity.Message
All Implemented Interfaces:
Serializable

@Entity public class Message extends Object implements Serializable
This class represents a message in the system. It contains the id, content, timestamp, sender, and receiver.
See Also:
  • Constructor Details

    • Message

      public Message()