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

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

    • id

      private int id
      Receiver identifier.
    • name

      @NotBlank @Size(max=45) private @NotBlank @Size(max=45) String name
      Receiver name.
    • email

      @NotBlank @Email @Size(max=255) private @NotBlank @Email @Size(max=255) String email
      Receiver email.
    • phone

      @NotBlank @Size(max=20) private @NotBlank @Size(max=20) String phone
      Receiver phone.
  • Constructor Details

    • Receiver

      public Receiver()