Class PopRelationship

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class PopRelationship extends Object
product offering 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
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public PopRelationship name(String name)
    • getName

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

      public void setName(String name)
    • attype

      public PopRelationship attype(String attype)
    • getAttype

      public String getAttype()
      (Class) type of the associated product offering
      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