Class CollectionPropertyAttribute
java.lang.Object
com.skava.ratingandreviews.collection.model.entity.CollectionPropertyAttribute
- All Implemented Interfaces:
Serializable
@Config(defaultVariableName="collectionattribute")
@Entity(name="collectionattribute")
public class CollectionPropertyAttribute
extends Object
implements Serializable
CollectionPorpertyAttribute
This class holds the model attributes for Collection Property Attribute
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
type - Holds the type of the CollectionAttribute -
createdOn
Created time - holds the CreatedTime of the collection -
updatedOn
Updated time - holds the updated time of the collection
-
-
Constructor Details
-
CollectionPropertyAttribute
public CollectionPropertyAttribute()
-