Class ProductSpecificationRef
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.ProductSpecificationRef
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Reference of the related entity.@NotNull StringgetId()Unique identifier of a related entity.getName()Name of the related entity.@Valid TargetProductSchemaGet targetProductSchemaVersion of the product specificationinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidvoidsetTargetProductSchema(TargetProductSchema targetProductSchema) voidsetVersion(String version) targetProductSchema(TargetProductSchema targetProductSchema) toString()
-
Constructor Details
-
ProductSpecificationRef
public ProductSpecificationRef()
-
-
Method Details
-
id
-
getId
Unique identifier of a related entity.- Returns:
- id
-
setId
-
href
-
getHref
Reference of the related entity.- Returns:
- href
-
setHref
-
name
-
getName
Name of the related entity.- Returns:
- name
-
setName
-
version
-
getVersion
Version of the product specification- Returns:
- version
-
setVersion
-
targetProductSchema
-
getTargetProductSchema
Get targetProductSchema- Returns:
- targetProductSchema
-
setTargetProductSchema
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
atReferredType
-
getAtReferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-