Class CollectionDomain

java.lang.Object
com.skava.ratingandreviews.collection.model.domain.CollectionDomain
All Implemented Interfaces:
Serializable

public class CollectionDomain extends Object implements Serializable

The Class CollectionDO

Holds the information about the collectionDO

Since:
8.0
Author:
Infosys Equinox
See Also:
  • Field Details

    • createdBy

      protected String createdBy
      CreatedBy - Id of the user who created entity.
    • updatedBy

      protected String updatedBy
      UpdatedBY - Id of the user who updated entity.
    • createdOn

      protected Date createdOn
      CreatedOn - Time stamp denotes the created time of the entity.
    • updatedOn

      protected Date updatedOn
      updatedOn - Time stamp denotes the updated time of the entity.
  • Constructor Details

    • CollectionDomain

      public CollectionDomain()
  • Method Details

    • fromCollectionDataRequest

      public CollectionDomain fromCollectionDataRequest(CollectionDataRequest collectionDataRequest)

      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