Class ProductSpecificationRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductSpecificationRelationship
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ProductSpecificationRelationship
extends Object
A migration, substitution, dependency or exclusivity relationship between/among product specifications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Reference of the productSpecificationgetId()Unique identifier of the productSpecificationType of relationship such as migration, substitution, dependency, exclusivity@Valid TimePeriodThe period for which the productSpecificationRelationship is validinthashCode()relationshipType(String relationshipType) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidsetRelationshipType(String relationshipType) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
ProductSpecificationRelationship
public ProductSpecificationRelationship()
-
-
Method Details
-
id
-
getId
Unique identifier of the productSpecification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the productSpecification- Returns:
- href
-
setHref
-
validFor
-
getValidFor
The period for which the productSpecificationRelationship is valid- Returns:
- validFor
-
setValidFor
-
relationshipType
-
getRelationshipType
Type of relationship such as migration, substitution, dependency, exclusivity- Returns:
- relationshipType
-
setRelationshipType
-
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
-