Class TmaProductSpecificationWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaProductSpecificationWsDto
- All Implemented Interfaces:
Serializable
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.
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribing(TmaTargetResourceSchemaWsDto describing) boolean@Valid TmaTargetResourceSchemaWsDtoGet describinggetHref()Reference of the product specification@NotNull StringgetId()Unique identifier of the product specificationgetName()Name of the product specificationIndicate the productSpecification type classVersion of the product specificationinthashCode()referredType(String referredType) voidsetDescribing(TmaTargetResourceSchemaWsDto describing) voidvoidvoidvoidsetReferredType(String referredType) voidsetVersion(String version) toString()
-
Constructor Details
-
TmaProductSpecificationWsDto
public TmaProductSpecificationWsDto()
-
-
Method Details
-
id
-
getId
Unique identifier of the product specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the product specification- Returns:
- href
-
setHref
-
version
-
getVersion
Version of the product specification- Returns:
- version
-
setVersion
-
name
-
getName
Name of the product specification- Returns:
- name
-
setName
-
referredType
-
getReferredType
Indicate the productSpecification type class- Returns:
- referredType
-
setReferredType
-
describing
-
getDescribing
Get describing- Returns:
- describing
-
setDescribing
-
equals
-
hashCode
public int hashCode() -
toString
-