Class ReviewLabelImpl

java.lang.Object
com.commercetools.history.models.label.ReviewLabelImpl
All Implemented Interfaces:
Label, ReviewLabel, io.vrap.rmf.base.client.ModelBase

public class ReviewLabelImpl extends Object implements ReviewLabel, io.vrap.rmf.base.client.ModelBase
ReviewLabel
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Field Summary

    Fields inherited from interface com.commercetools.history.models.label.ReviewLabel

    REVIEW_LABEL
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    User-defined unique identifier of the Review.
    Title of the Review.
     
    int
     
    void
    User-defined unique identifier of the Review.
    void
    Title of the Review.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.commercetools.history.models.label.Label

    withLabel

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.history.models.label.ReviewLabel

    withReviewLabel
  • Constructor Details

    • ReviewLabelImpl

      public ReviewLabelImpl()
      create empty instance
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Label
      Specified by:
      getType in interface ReviewLabel
      Returns:
      type
    • getKey

      public String getKey()

      User-defined unique identifier of the Review.

      Specified by:
      getKey in interface ReviewLabel
      Returns:
      key
    • getTitle

      public String getTitle()

      Title of the Review.

      Specified by:
      getTitle in interface ReviewLabel
      Returns:
      title
    • setKey

      public void setKey(String key)
      Description copied from interface: ReviewLabel

      User-defined unique identifier of the Review.

      Specified by:
      setKey in interface ReviewLabel
      Parameters:
      key - value to be set
    • setTitle

      public void setTitle(String title)
      Description copied from interface: ReviewLabel

      Title of the Review.

      Specified by:
      setTitle in interface ReviewLabel
      Parameters:
      title - value to be set
    • 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