Class ProductSpecificationRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductSpecificationRelationship
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 TimePeriodGet validForinthashCode()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
Get validFor- 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
-