java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.DocumentState
All Implemented Interfaces:
Serializable

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

    • id

      private Long id
      DocumentState Id.
    • name

      private String name
      DocumentState name.
    • description

      private String description
      DocumentState description.
    • active

      private Boolean active
      DocumentState active state group.
    • insertDate

      private LocalDateTime insertDate
      Insert date.
    • insertUser

      private String insertUser
      Insert user.
    • updatedDate

      private LocalDateTime updatedDate
      Update date.
    • updatedUser

      private String updatedUser
      Update user.
  • Constructor Details

    • DocumentState

      public DocumentState()