Class VendorReviewData
- java.lang.Object
-
- de.hybris.platform.commercefacades.product.data.VendorReviewData
-
- All Implemented Interfaces:
java.io.Serializable
public class VendorReviewData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VendorReviewData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()java.lang.DoublegetCommunication()java.util.DategetCreateDate()CustomerDatagetCustomer()java.lang.DoublegetDelivery()java.lang.DoublegetSatisfaction()voidsetComment(java.lang.String comment)voidsetCommunication(java.lang.Double communication)voidsetCreateDate(java.util.Date createDate)voidsetCustomer(CustomerData customer)voidsetDelivery(java.lang.Double delivery)voidsetSatisfaction(java.lang.Double satisfaction)
-
-
-
Method Detail
-
setSatisfaction
public void setSatisfaction(java.lang.Double satisfaction)
-
getSatisfaction
public java.lang.Double getSatisfaction()
-
setDelivery
public void setDelivery(java.lang.Double delivery)
-
getDelivery
public java.lang.Double getDelivery()
-
setCommunication
public void setCommunication(java.lang.Double communication)
-
getCommunication
public java.lang.Double getCommunication()
-
setComment
public void setComment(java.lang.String comment)
-
getComment
public java.lang.String getComment()
-
setCustomer
public void setCustomer(CustomerData customer)
-
getCustomer
public CustomerData getCustomer()
-
setCreateDate
public void setCreateDate(java.util.Date createDate)
-
getCreateDate
public java.util.Date getCreateDate()
-
-