Package com.skava.accounts.model.entity
Class DocumentsEntity
java.lang.Object
com.skava.accounts.model.entity.DocumentsEntity
- All Implemented Interfaces:
Serializable
The Class DocumentsEntity represents the database fields of documents.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentsEntity
(long id) Instantiates a new documents entity.DocumentsEntity - Constructor Used to initialize theDocumentsEntity
object. -
Method Summary
-
Field Details
-
updatedTime
updatedTime updatedTime of the collection. -
createdTime
createdTime createdTime of the document.
-
-
Constructor Details
-
DocumentsEntity
public DocumentsEntity(long id) Instantiates a new documents entity.- Parameters:
id
- the id
-
DocumentsEntity
DocumentsEntity - Constructor Used to initialize theDocumentsEntity
object.- Parameters:
doc
- the objectDocumentRepository.DocumentWithoutContent
-