Class DocumentState
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.DocumentState
- All Implemented Interfaces:
Serializable
DAO for document state table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BooleanDocumentState active state group.private StringDocumentState description.private LongDocumentState Id.private LocalDateTimeInsert date.private StringInsert user.private StringDocumentState name.private LocalDateTimeUpdate date.private StringUpdate user. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
DocumentState Id. -
name
DocumentState name. -
description
DocumentState description. -
active
DocumentState active state group. -
insertDate
Insert date. -
insertUser
Insert user. -
updatedDate
Update date. -
updatedUser
Update user.
-
-
Constructor Details
-
DocumentState
public DocumentState()
-