Class CollectionEntity

java.lang.Object
com.skava.ratingandreviews.collection.model.entity.CollectionEntity
All Implemented Interfaces:
Serializable

@Config(defaultVariableName="collection") @Entity(name="collection") public class CollectionEntity extends Object implements Serializable

Class CollectionEntity

This class defines the Collection entity. This entity contains the following relationships properties - One to many with collection properties.

Author:
Infosys Equinox
See Also:
  • Field Details

    • createdOn

      public Date createdOn
      Created time - holds the CreatedTime of the collection
    • updatedOn

      public Date updatedOn
      Updated time - holds the updated time of the collection
    • createdBy

      public String createdBy
      CreatedBy - Identifier of the created user
    • updatedBy

      public String updatedBy
      updatedBy - Identifier of the updated user
  • Constructor Details

    • CollectionEntity

      public CollectionEntity(long id)
      constructor COllectionEntity
      Parameters:
      id - - holds the identifier of the collection