java.lang.Object
es.kukenan.smartfi.microservice.firm.repository.entity.Status
All Implemented Interfaces:
Serializable

@Entity public class Status extends Object implements Serializable
DAO for Status table in Database.
See Also:
  • Field Details

    • id

      @Size(max=30) private @Size(max=30) Integer id
      the status identifier.
    • name

      @Size(max=255) @NotEmpty private @Size(max=255) @NotEmpty String name
      status name.
  • Constructor Details

    • Status

      public Status()