Class ProductSpecificationRef

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ProductSpecificationRef extends Object
Product specification reference: A ProductSpecification is a detailed description of a tangible or intangible object made available externally in the form of a ProductOffering to customers or other parties playing a party role.
  • Constructor Details

    • ProductSpecificationRef

      public ProductSpecificationRef()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • href

      public ProductSpecificationRef href(String href)
    • getHref

      public String getHref()
      Reference of the product specification.(Not supported yet)
      Returns:
      href
    • setHref

      public void setHref(String href)
    • version

      public ProductSpecificationRef version(String version)
    • getVersion

      public String getVersion()
      Version of the product specification API (Not supported yet)
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • name

      public ProductSpecificationRef name(String name)
    • getName

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

      public void setName(String name)
    • atreferredType

      public ProductSpecificationRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      class type of referred Product Specification
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • 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