java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Review

public class Review extends Object
The review resource contains the users opinion for a product
  • Constructor Details

    • Review

      public Review()
  • Method Details

    • id

      public Review id(String id)
    • getId

      public String getId()
      Unique identifier of the review
      Returns:
      id
    • setId

      public void setId(String id)
    • relatedParty

      public Review relatedParty(RelatedPartyRef relatedParty)
    • getRelatedParty

      @Valid public @Valid RelatedPartyRef getRelatedParty()
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(RelatedPartyRef relatedParty)
    • headline

      public Review headline(String headline)
    • getHeadline

      public String getHeadline()
      Headline of the review
      Returns:
      headline
    • setHeadline

      public void setHeadline(String headline)
    • comment

      public Review comment(String comment)
    • getComment

      public String getComment()
      Comment of the review
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • rating

      public Review rating(String rating)
    • getRating

      public String getRating()
      Rating of the review
      Returns:
      rating
    • setRating

      public void setRating(String rating)
    • creationDate

      public Review creationDate(Date creationDate)
    • getCreationDate

      @Valid public @Valid Date getCreationDate()
      Date and time of the creation
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • alias

      public Review alias(String alias)
    • getAlias

      public String getAlias()
      The name of the user, otherwise is Anonymous
      Returns:
      alias
    • setAlias

      public void setAlias(String alias)
    • productOffering

      public Review productOffering(ProductOfferingRef productOffering)
    • getProductOffering

      @Valid public @Valid ProductOfferingRef getProductOffering()
      Get productOffering
      Returns:
      productOffering
    • setProductOffering

      public void setProductOffering(ProductOfferingRef productOffering)
    • language

      public Review language(String language)
    • getLanguage

      public String getLanguage()
      Language of the review
      Returns:
      language
    • setLanguage

      public void setLanguage(String language)
    • status

      public Review status(ReviewStatus status)
    • getStatus

      @Valid public @Valid ReviewStatus getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(ReviewStatus status)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object