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 Details

    • type

      protected CollectionAttributeType type
      type - Holds the type of the CollectionAttribute
    • 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
  • Constructor Details

    • CollectionPropertyAttribute

      public CollectionPropertyAttribute()