Class Documents
java.lang.Object
com.skava.accounts.model.exchange.Documents
- All Implemented Interfaces:
Serializable
This Class Document is used as the model object for Document Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(DocumentsDO documentDO) This function is used to map the params present in objectDocumentsDO
toDocuments
This function is used to map the params present in objectDocuments
toDocumentsDO
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
Documents
public Documents()
-
-
Method Details
-
fromDomainObject
This function is used to map the params present in objectDocumentsDO
toDocuments
-
toDomainObject
This function is used to map the params present in objectDocuments
toDocumentsDO
- Returns:
- It returns the object of type
DocumentsDO
.
-