Class ResourceSpecificationRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ResourceSpecificationRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ResourceSpecificationRef
extends Object
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
-