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

@Entity public class Event extends Object implements Serializable
Event database entity.
See Also:
  • Field Details

    • id

      private int id
      Event identifier.
    • name

      @NotBlank @Size(max=100) private @NotBlank @Size(max=100) String name
      Event name.
    • description

      @NotBlank @Size(max=45) private @NotBlank @Size(max=45) String description
      Event description.
  • Constructor Details

    • Event

      public Event()