Class RatingsReviewsEntity
java.lang.Object
com.skava.ratingandreviews.model.entity.RatingsReviewsEntity
- All Implemented Interfaces:
Serializable
@Config(defaultVariableName="ratingsreviews")
@Entity(name="ratingsreviews")
public class RatingsReviewsEntity
extends Object
implements Serializable
Class RatingsReviewsEntity
This class provides the entities needed for the RatingReview.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RatingsReviewsEntity
public RatingsReviewsEntity(long id) constructor
- Parameters:
id
- holds the identifier of the rating
-