Class BundledProductSpecification

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

public class BundledProductSpecification extends Object
A type of ProductSpecification that belongs to a grouping of ProductSpecifications made available to the market. It inherits of all attributes of ProductSpecification.
  • Constructor Details

    • BundledProductSpecification

      public BundledProductSpecification()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • href

      public BundledProductSpecification href(String href)
    • getHref

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

      public void setHref(String href)
    • lifecycleStatus

      public BundledProductSpecification lifecycleStatus(String lifecycleStatus)
    • getLifecycleStatus

      public String getLifecycleStatus()
      Used to indicate the current lifecycle status
      Returns:
      lifecycleStatus
    • setLifecycleStatus

      public void setLifecycleStatus(String lifecycleStatus)
    • name

      public BundledProductSpecification name(String name)
    • getName

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

      public void setName(String name)
    • atBaseType

      public BundledProductSpecification 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 BundledProductSpecification 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 BundledProductSpecification atType(String atType)
    • getAtType

      public String getAtType()
      the class type of the corresponding product specification
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • 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