Class ProductSpecificationRef

java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.ProductSpecificationRef

@Deprecated(since="2208") public class ProductSpecificationRef extends Object
Deprecated.
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()
      Deprecated.
  • Method Details

    • id

      Deprecated.
    • getId

      @NotNull public @NotNull String getId()
      Deprecated.
      Unique identifier of a related entity.
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public ProductSpecificationRef href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Reference of the related entity.
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • name

      public ProductSpecificationRef name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Name of the related entity.
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • version

      public ProductSpecificationRef version(String version)
      Deprecated.
    • getVersion

      public String getVersion()
      Deprecated.
      Version of the product specification
      Returns:
      version
    • setVersion

      public void setVersion(String version)
      Deprecated.
    • targetProductSchema

      public ProductSpecificationRef targetProductSchema(TargetProductSchema targetProductSchema)
      Deprecated.
    • getTargetProductSchema

      @Valid public @Valid TargetProductSchema getTargetProductSchema()
      Deprecated.
      Get targetProductSchema
      Returns:
      targetProductSchema
    • setTargetProductSchema

      public void setTargetProductSchema(TargetProductSchema targetProductSchema)
      Deprecated.
    • atBaseType

      public ProductSpecificationRef atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public ProductSpecificationRef atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public ProductSpecificationRef atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • atReferredType

      public ProductSpecificationRef atReferredType(String atReferredType)
      Deprecated.
    • getAtReferredType

      public String getAtReferredType()
      Deprecated.
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object