Class ProductOfferingRef

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:36.417Z") 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