Class ServiceSpecificationRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ServiceSpecificationRef
Service specification reference: ServiceSpecification(s) required to realize a ProductSpecification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExternalIdentifierItem(ExternalIdentifier externalIdentifierItem) atBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanexternalIdentifier(List<ExternalIdentifier> externalIdentifier) When sub-classing, this defines the super-classthe class type of associated service specificationA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid List<ExternalIdentifier>Get externalIdentifiergetHref()Reference of the serviceSpecification@NotNull StringgetId()Unique identifier of the service specificationgetName()Name of the requiredServiceSpecification@Valid TargetServiceSchemaGet targetServiceSchemaService specification versioninthashCode()voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetExternalIdentifier(List<ExternalIdentifier> externalIdentifier) voidvoidvoidvoidsetTargetServiceSchema(TargetServiceSchema targetServiceSchema) voidsetVersion(String version) targetServiceSchema(TargetServiceSchema targetServiceSchema) toString()
-
Constructor Details
-
ServiceSpecificationRef
public ServiceSpecificationRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the service specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the serviceSpecification- Returns:
- href
-
setHref
-
name
-
getName
Name of the requiredServiceSpecification- Returns:
- name
-
setName
-
version
-
getVersion
Service specification version- Returns:
- version
-
setVersion
-
atReferredType
-
getAtReferredType
the class type of associated service specification- Returns:
- atReferredType
-
setAtReferredType
-
targetServiceSchema
-
getTargetServiceSchema
Get targetServiceSchema- Returns:
- targetServiceSchema
-
setTargetServiceSchema
-
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
-
externalIdentifier
-
addExternalIdentifierItem
-
getExternalIdentifier
Get externalIdentifier- Returns:
- externalIdentifier
-
setExternalIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-