java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.MessageChannelPriority
All Implemented Interfaces:
Serializable

@Entity public class MessageChannelPriority extends Object implements Serializable
Message channel priority database entity.
See Also:
  • Field Details

    • message

      @NotNull private @NotNull Message message
      Message identifier.
    • channel

      @NotNull private @NotNull Channel channel
      Channel identifier.
    • template

      @NotNull private @NotNull Template template
      Template identifier.
    • order

      @NotNull private @NotNull Integer order
      Order.
  • Constructor Details

    • MessageChannelPriority

      public MessageChannelPriority()