Class CollectionPropertyPK
java.lang.Object
com.skava.ratingandreviews.collection.model.entity.CollectionPropertyPK
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPropertyPK
(String key, CollectionEntity collection) CollectionPropertyPK -
Method Summary
-
Constructor Details
-
CollectionPropertyPK
CollectionPropertyPK
Instantiates a new cart property PK.
- Parameters:
key
- holds the value of the key.collection
- holds the value of the collection.
-