Class Collections
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.Collections
- All Implemented Interfaces:
Serializable
This Class Collections is used as the model object for Collections Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(CollectionsDO collectionDO) fromDomainObject This function is used to map the params present in objectCollectionsDO
toCollections
To domain object.
-
Field Details
-
createdBy
The created by. -
updatedBy
The updated by. -
createdOn
createdTime. -
updatedOn
updatedTime.
-
-
Constructor Details
-
Collections
public Collections()
-
-
Method Details
-
fromDomainObject
fromDomainObject This function is used to map the params present in objectCollectionsDO
toCollections
- Parameters:
collectionDO
- consists of params which is to be converted toCollections
type- Returns:
- It returns an object of type
Collections
.
-
toDomainObject
To domain object. This function is used to map the params present in objectCollections
toCollectionsDO
- Returns:
- the object collectionDO of type
CollectionsDO
-