Class ProductSpecificationRef

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

@Validated @Generated(value="de.hybris.platform.subscribedproducttmfwebservices.swagger.SubscribedProductsCodegen", date="2022-10-21T20:35:43.058Z") 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

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

      public void setId(String id)
    • href

      public ProductSpecificationRef href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public ProductSpecificationRef name(String name)
    • getName

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

      public void setName(String name)
    • version

      public ProductSpecificationRef version(String version)
    • getVersion

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

      public void setVersion(String version)
    • targetProductSchema

      public ProductSpecificationRef targetProductSchema(TargetProductSchema targetProductSchema)
    • getTargetProductSchema

      @Valid public @Valid TargetProductSchema getTargetProductSchema()
      A target product schema reference. The reference object to the schema and type of target product which is described by product specification.
      Returns:
      targetProductSchema
    • setTargetProductSchema

      public void setTargetProductSchema(TargetProductSchema targetProductSchema)
    • atbaseType

      public ProductSpecificationRef atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public ProductSpecificationRef atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public ProductSpecificationRef attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public ProductSpecificationRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      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