Class ProductSpecCharRelationship

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductSpecCharRelationship

public class ProductSpecCharRelationship extends Object
An aggregation, migration, substitution, dependency or exclusivity relationship between/among productSpecCharacteristics.
  • Constructor Details

    • ProductSpecCharRelationship

      public ProductSpecCharRelationship()
  • Method Details

    • type

      public ProductSpecCharRelationship type(String type)
    • getType

      public String getType()
      Type of relationship such as aggregation, migration, substitution, dependency, exclusivity
      Returns:
      type
    • setType

      public void setType(String type)
    • validFor

      public ProductSpecCharRelationship validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • charSpecSeq

      public ProductSpecCharRelationship charSpecSeq(Integer charSpecSeq)
    • getCharSpecSeq

      public Integer getCharSpecSeq()
      The order in which a CharacteristicSpecification appears within another CharacteristicSpecification that defines a grouping of CharacteristicSpecifications. For example, a grouping may represent the name of an individual. The given name is first, the middle name is second, and the last name is third.
      Returns:
      charSpecSeq
    • setCharSpecSeq

      public void setCharSpecSeq(Integer charSpecSeq)
    • id

    • getId

      public String getId()
      the identifier of the associated product specification
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public ProductSpecCharRelationship name(String name)
    • getName

      public String getName()
      Name of the target product specification characteristic
      Returns:
      name
    • setName

      public void setName(String name)
    • href

      public ProductSpecCharRelationship href(String href)
    • getHref

      public String getHref()
      Hyperlink reference to the target product specification
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atType

      public ProductSpecCharRelationship atType(String atType)
    • getAtType

      public String getAtType()
      Class type of target product specification
      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