Class VendorRatingData

  • All Implemented Interfaces:
    java.io.Serializable

    public class VendorRatingData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • VendorRatingData

        public VendorRatingData()
    • 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()
      • setAverage

        public void setAverage​(java.lang.Double average)
      • getAverage

        public java.lang.Double getAverage()
      • setReviewCount

        public void setReviewCount​(java.lang.Long reviewCount)
      • getReviewCount

        public java.lang.Long getReviewCount()