Class ProductSpecification

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

public class ProductSpecification extends Object
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

    • ProductSpecification

      public ProductSpecification()
  • Method Details

    • id

      public ProductSpecification id(String id)
    • getId

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

      public void setId(String id)
    • href

      public ProductSpecification href(String href)
    • getHref

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

      public void setHref(String href)
    • version

      public ProductSpecification version(String version)
    • getVersion

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

      public void setVersion(String version)
    • name

      public ProductSpecification name(String name)
    • getName

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

      public void setName(String name)
    • brand

      public ProductSpecification brand(String brand)
    • getBrand

      public String getBrand()
      The manufacturer or trademark of the specification
      Returns:
      brand
    • setBrand

      public void setBrand(String brand)
    • description

      public ProductSpecification description(String description)
    • getDescription

      public String getDescription()
      A narrative that explains in detail what the product specification is
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • isBundle

      public ProductSpecification isBundle(Boolean isBundle)
    • isIsBundle

      public Boolean isIsBundle()
      isBundle determines whether a productSpecification represents a single productSpecification (false), or a bundle of productSpecification (true).
      Returns:
      isBundle
    • setIsBundle

      public void setIsBundle(Boolean isBundle)
    • lastUpdate

      public ProductSpecification lastUpdate(Date lastUpdate)
    • getLastUpdate

      @Valid public @Valid Date getLastUpdate()
      Date and time of the last update
      Returns:
      lastUpdate
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)
    • lifecycleStatus

      public ProductSpecification lifecycleStatus(String lifecycleStatus)
    • getLifecycleStatus

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

      public void setLifecycleStatus(String lifecycleStatus)
    • productNumber

      public ProductSpecification productNumber(String productNumber)
    • getProductNumber

      public String getProductNumber()
      An identification number assigned to uniquely identity the specification
      Returns:
      productNumber
    • setProductNumber

      public void setProductNumber(String productNumber)
    • bundledProductSpecification

      public ProductSpecification bundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification)
    • addBundledProductSpecificationItem

      public ProductSpecification addBundledProductSpecificationItem(BundledProductSpecification bundledProductSpecificationItem)
    • getBundledProductSpecification

      @Valid public @Valid List<BundledProductSpecification> getBundledProductSpecification()
      A type of ProductSpecification that belongs to a grouping of ProductSpecifications made available to the market. It inherits of all attributes of ProductSpecification.
      Returns:
      bundledProductSpecification
    • setBundledProductSpecification

      public void setBundledProductSpecification(List<BundledProductSpecification> bundledProductSpecification)
    • productSpecCharacteristic

      public ProductSpecification productSpecCharacteristic(List<ProductSpecCharacteristic> productSpecCharacteristic)
    • addProductSpecCharacteristicItem

      public ProductSpecification addProductSpecCharacteristicItem(ProductSpecCharacteristic productSpecCharacteristicItem)
    • getProductSpecCharacteristic

      @Valid public @Valid List<ProductSpecCharacteristic> getProductSpecCharacteristic()
      A characteristic quality or distinctive feature of a ProductSpecification. The characteristic can be take on a discrete value, such as color, can take on a range of values, (for example, sensitivity of 100-240 mV), or can be derived from a formula (for example, usage time (hrs) = 30 - talk time *3). Certain characteristics, such as color, may be configured during the ordering or some other process.
      Returns:
      productSpecCharacteristic
    • setProductSpecCharacteristic

      public void setProductSpecCharacteristic(List<ProductSpecCharacteristic> productSpecCharacteristic)
    • serviceSpecification

      public ProductSpecification serviceSpecification(List<ServiceSpecificationRef> serviceSpecification)
    • addServiceSpecificationItem

      public ProductSpecification addServiceSpecificationItem(ServiceSpecificationRef serviceSpecificationItem)
    • getServiceSpecification

      @Valid public @Valid List<ServiceSpecificationRef> getServiceSpecification()
      ServiceSpecification(s) required to realize a ProductSpecification.
      Returns:
      serviceSpecification
    • setServiceSpecification

      public void setServiceSpecification(List<ServiceSpecificationRef> serviceSpecification)
    • validFor

      public ProductSpecification validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • usageSpecification

      public ProductSpecification usageSpecification(UsageSpecificationRef usageSpecification)
    • getUsageSpecification

      @Valid public @Valid UsageSpecificationRef getUsageSpecification()
      Get usageSpecification
      Returns:
      usageSpecification
    • setUsageSpecification

      public void setUsageSpecification(UsageSpecificationRef usageSpecification)
    • productSpecType

      public ProductSpecification productSpecType(List<ProductSpecType> productSpecType)
    • addProductSpecTypeItem

      public ProductSpecification addProductSpecTypeItem(ProductSpecType productSpecTypeItem)
    • getProductSpecType

      @Valid public @Valid List<ProductSpecType> getProductSpecType()
      Represents the product specification type
      Returns:
      productSpecType
    • setProductSpecType

      public void setProductSpecType(List<ProductSpecType> productSpecType)
    • atBaseType

      public ProductSpecification 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 ProductSpecification 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 ProductSpecification 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)
    • externalIdentifier

      public ProductSpecification externalIdentifier(List<ExternalIdentifier> externalIdentifier)
    • addExternalIdentifierItem

      public ProductSpecification addExternalIdentifierItem(ExternalIdentifier externalIdentifierItem)
    • getExternalIdentifier

      @Valid public @Valid List<ExternalIdentifier> getExternalIdentifier()
      Get externalIdentifier
      Returns:
      externalIdentifier
    • setExternalIdentifier

      public void setExternalIdentifier(List<ExternalIdentifier> externalIdentifier)
    • 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