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

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

    • id

      private int id
      Attachment identifier.
    • name

      @NotBlank @Size(max=45) private @NotBlank @Size(max=45) String name
      Attachment name.
    • description

      @NotBlank @Size(max=45) private @NotBlank @Size(max=45) String description
      Attachment description.
    • url

      @NotBlank @Size(max=255) private @NotBlank @Size(max=255) String url
      Attachment URL.
  • Constructor Details

    • Attachment

      public Attachment()