Class ResourceSpecificationRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ResourceSpecificationRef
Resource Specification reference: The ResourceSpecification is required to realize a ProductSpecification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classthe class type of associated resource specificationA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Reference of the resource specification@NotNull StringgetId()Unique identifier of the resource specificationgetName()Name of the requiredResourceSpecificationResource specification versioninthashCode()voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidvoidsetVersion(String version) toString()
-
Constructor Details
-
ResourceSpecificationRef
public ResourceSpecificationRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the resource specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the resource specification- Returns:
- href
-
setHref
-
name
-
getName
Name of the requiredResourceSpecification- Returns:
- name
-
setName
-
version
-
getVersion
Resource specification version- Returns:
- version
-
setVersion
-
atReferredType
-
getAtReferredType
the class type of associated resource specification- Returns:
- atReferredType
-
setAtReferredType
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-