Class CollectionDomain
java.lang.Object
com.skava.ratingandreviews.collection.model.domain.CollectionDomain
- All Implemented Interfaces:
Serializable
The Class CollectionDO
Holds the information about the collectionDO
- Since:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
CreatedBy - Id of the user who created entity.protected Date
CreatedOn - Time stamp denotes the created time of the entity.protected String
UpdatedBY - Id of the user who updated entity.protected Date
updatedOn - Time stamp denotes the updated time of the entity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromCollectionDataRequest
(CollectionDataRequest collectionDataRequest) The fromCollectionDataRequest Method.
-
Field Details
-
createdBy
CreatedBy - Id of the user who created entity. -
updatedBy
UpdatedBY - Id of the user who updated entity. -
createdOn
CreatedOn - Time stamp denotes the created time of the entity. -
updatedOn
updatedOn - Time stamp denotes the updated time of the entity.
-
-
Constructor Details
-
CollectionDomain
public CollectionDomain()
-
-
Method Details
-
fromCollectionDataRequest
The fromCollectionDataRequest Method.
This method set the collection domain object from the collection data transfer object
- Parameters:
collectionDataRequest
- The collection data transfer request object.- Returns:
- The collection domain object
-