java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.RelatedParty

public class RelatedParty extends Object
The party which the product is related with.
  • Constructor Details

    • RelatedParty

      public RelatedParty()
  • Method Details

    • id

      public RelatedParty id(String id)
    • getId

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

      public void setId(String id)
    • href

      public RelatedParty href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public RelatedParty name(String name)
    • getName

      public String getName()
      Name of the related party
      Returns:
      name
    • setName

      public void setName(String name)
    • role

      public RelatedParty role(String role)
    • getRole

      public String getRole()
      Role played by the related party
      Returns:
      role
    • setRole

      public void setRole(String role)
    • atSchemaLocation

      public RelatedParty 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 RelatedParty 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