Class DocumentsEntity

java.lang.Object
com.skava.accounts.model.entity.DocumentsEntity
All Implemented Interfaces:
Serializable

@Entity public class DocumentsEntity extends Object implements Serializable
The Class DocumentsEntity represents the database fields of documents.
Author:
Infosys Equinox
See Also:
  • Field Details

    • updatedTime

      protected Date updatedTime
      updatedTime updatedTime of the collection.
    • createdTime

      protected Date createdTime
      createdTime createdTime of the document.
  • Constructor Details