Class CollectionPropertyPK

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

@Embeddable public class CollectionPropertyPK extends Object implements Serializable
See Also:
  • Constructor Details

    • CollectionPropertyPK

      public CollectionPropertyPK(String key, CollectionEntity collection)

      CollectionPropertyPK

      Instantiates a new cart property PK.

      Parameters:
      key - holds the value of the key.
      collection - holds the value of the collection.