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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
createdOn
Created time - holds the CreatedTime of the collection -
updatedOn
Updated time - holds the updated time of the collection -
createdBy
CreatedBy - Identifier of the created user -
updatedBy
updatedBy - Identifier of the updated user
-
-
Constructor Details
-
CollectionEntity
public CollectionEntity(long id) constructor COllectionEntity- Parameters:
id
- - holds the identifier of the collection
-