Class VendorReviewData
java.lang.Object
de.hybris.platform.commercefacades.product.data.VendorReviewData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetComment(String comment) voidsetCommunication(Double communication) voidsetCreateDate(Date createDate) voidsetCustomer(CustomerData customer) voidsetDelivery(Double delivery) voidsetSatisfaction(Double satisfaction)
-
Constructor Details
-
VendorReviewData
public VendorReviewData()
-
-
Method Details
-
setSatisfaction
-
getSatisfaction
-
setDelivery
-
getDelivery
-
setCommunication
-
getCommunication
-
setComment
-
getComment
-
setCustomer
-
getCustomer
-
setCreateDate
-
getCreateDate
-