Class ProductOfferingRef

java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v1.dto.ProductOfferingRef

public class ProductOfferingRef extends Object
ProductOffering reference. A product offering represents entities that are orderable from the provider of the catalog, this resource includes pricing information.
  • Constructor Details

    • ProductOfferingRef

      public ProductOfferingRef()
  • Method Details

    • id

      public ProductOfferingRef id(String id)
    • getId

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

      public void setId(String id)
    • href

      public ProductOfferingRef href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public ProductOfferingRef name(String name)
    • getName

      public String getName()
      Name of the product offering
      Returns:
      name
    • setName

      public void setName(String name)
    • atReferredType

      public ProductOfferingRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Type (class) of the product offering
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • atType

      public ProductOfferingRef atType(String atType)
    • getAtType

      public String getAtType()
      Type (class) of the product offering
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public ProductOfferingRef atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Hyperlink reference to the schema describing this resource
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • 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