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

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

    • id

      private int id
      Company identifier.
    • name

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

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

    • Company

      public Company()