Class PopRelationship

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

public class PopRelationship extends Object
product offering price relationship
  • Constructor Details

    • PopRelationship

      public PopRelationship()
  • Method Details

    • id

      public PopRelationship id(String id)
    • getId

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

      public void setId(String id)
    • relationshipType

      public PopRelationship relationshipType(String relationshipType)
    • getRelationshipType

      public String getRelationshipType()
      type of the relationship, for example override, discount, etc.
      Returns:
      relationshipType
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • href

      public PopRelationship href(String href)
    • getHref

      public String getHref()
      hyperlink reference of the associated product offering price
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public PopRelationship name(String name)
    • getName

      public String getName()
      Name of the associated product offering price
      Returns:
      name
    • setName

      public void setName(String name)
    • atType

      public PopRelationship atType(String atType)
    • getAtType

      public String getAtType()
      (Class) type of the relationship resource
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atReferredType

      public PopRelationship atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      (Class) type of the referred product offering price
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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