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 Details

    • ProductSpecificationRelationship

      public ProductSpecificationRelationship()
  • Method Details

    • id

    • getId

      public String getId()
      Unique identifier of the productSpecification
      Returns:
      id
    • setId

      public void setId(String id)
    • href

    • getHref

      public String getHref()
      Reference of the productSpecification
      Returns:
      href
    • setHref

      public void setHref(String href)
    • validFor

      public ProductSpecificationRelationship validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      The period for which the productSpecificationRelationship is valid
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • relationshipType

      public ProductSpecificationRelationship relationshipType(String relationshipType)
    • getRelationshipType

      public String getRelationshipType()
      Type of relationship such as migration, substitution, dependency, exclusivity
      Returns:
      relationshipType
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • atbaseType

      public ProductSpecificationRelationship atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public ProductSpecificationRelationship atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public ProductSpecificationRelationship attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object