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

public class ProductRef extends Object
A product reference to be used for relationship target
  • Constructor Details

    • ProductRef

      public ProductRef()
  • Method Details

    • id

      public ProductRef id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the product
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProductRef href(String href)
    • getHref

      public String getHref()
      Reference of the product
      Returns:
      href
    • setHref

      public void setHref(String href)
    • 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